From: Steve C. <stn...@xm...> - 2005-04-24 19:24:08
|
When I use openFileDialog(), the result returns an absolute path. However, when I use saveFileDialog(), the result only returns the filename but not the path. This is the case in my application as well as the dialog sample (samples/dialogs/dialogs.py). I'm using Mandrake 10.1, the latest PythonCard from CVS, and the following wxPython: wxPython-common-gtk2-unicode-2.5.4.1-mdk101_py2.3 wxPython2.5-gtk2-unicode-2.5.4.1-mdk101_py2.3 -Steve |