Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using GETDIR() and Non-drives
Message
From
13/02/2002 11:22:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00619033
Message ID:
00619527
Views:
31
Thanks, I'll check that out.

Michelle

>There's an article by Andrew Coates at http://www.civilsolutions.com.au/publications/getfolder.htm that shows how to use SHBrowseForFolder API.
>
>Another way is to use the Shell.Application object
Declare integer GetActiveWindow in WIN32API
>oShell = createobject("Shell.Application")
>oFolder = oShell.BrowseForFolder(GetActiveWindow(), "Please Select folder", 0 )
>? oFolder.Items.Item.Path
>? oFolder.Items.Item.Name
There is an article by George Tasker in the July 2000 issue of the VFUG newsletter (www.vfug.org) about that.
Previous
Reply
Map
View

Click here to load this message in the networking platform