Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Folder Shown for getfile()
Message
 
 
To
22/01/2003 11:48:28
Joel Whitehead
Ccs Central Computer Services Inc.
Thunder Bay, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00744302
Message ID:
00744305
Views:
14
>Is it possible to force which folder is the first one shown when using the getfile() command in VFP7. It seems to always remember the last foler selected by the last getfile() command. I would like to force the starting folder each time getfile() is run.
>
>Any help would be much appreciated.
>
>Thanks.

lcOld = FULLPATH(curdir())
CD Start_Path
lcFile = GetFile()
CD (lcOld)
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform