Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there an enhanced GETFILE()?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00586685
Message ID:
00586687
Views:
12
>Hi all..
>
>There's one area where GETFILE() is lacking for me, and that is in being able to supply an initial folder to the function so that the dialog navigates to that folder first when prompting to choose for a while.
>
>Would someone be able to point me to the right API call or object that would allow me to accomplish what I'm after?
>
>Thanks.
>
>Jon
cOldDir = SET('DEFAULT')
SET DEFAULT TO "C:\MyDir"
cFile = GetFile()
SET DEFAULT TO (m.cOldDir)
Previous
Reply
Map
View

Click here to load this message in the networking platform