How would I assign a directory in code to first appear after the GetOpenFilename is used? Also is there any way to have the filename selected in that dialog box to appear in the text box?
I don't believe there is an easy way to have the filename appear in the
textbox. For the directory, you probably need to use (ChDrive and) ChDir to
change the "current" directory.
--
Vasant
Tim_M said:
How would I assign a directory in code to first appear after the