Setting the default directory in win32lib's getSaveFileName()
- Posted by AJ_Oxley Mar 20, 2012
- 1208 views
Hello!
When opening the getSaveFileName, the default directory seems to be the last place the user saved a file,
whether from inside my program or not.
I need it to default to a specific directory; I tried to set this via setCurrentDirectory and setSearchPaths
before calling getSaveFileName, but no luck. The set's work, but getSaveFileName is not using that.
Other than getting my user to change the path, any suggestions? My user will just hit the button and it would be wrong!
My euphoria is v4.0.3 and OS is Windows XP SP3; win32lib is v070.18
Thanks, Alan