SetCurrentDirectory() & SaveFileRequester()
Posted: Sun Jan 03, 2010 11:02 pm
How do I set the directory so that, when the SaveFileRequester() is called, a folder of my choice is already selected. Right now the folder that appears seems to be the last folder that was used.
Code: Select all
;GetCurrentDirectory() ; < works fine and shows the folder I want!
SetCurrentDirectory(GetCurrentDirectory()) ; < has no effect on changing which folder is shown below
filename$=SaveFileRequester("Save chart...",Chart\cname+".SXChart","Text (*.txt) | *.SXChart; *.txt",0)