Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using GETFILE()
Message
 
 
To
12/08/2003 20:42:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00819661
Message ID:
00819663
Views:
30
>how do i specify the LOOK IN using GETFILE()?
You can temporary change current VFP directory to one where you want GETFILE() to start.
lcSaveCurrDir = FULLPATH("")
lcLookInDir = "..."
CD (lcLookInDir)
lcFileName = GETFILE(...)
CD (lcSaveCurrDir)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform