Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get path to the current desktop
Message
 
To
29/09/2006 00:04:37
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01158045
Message ID:
01158060
Views:
21
Hi Suhas!
You can use WScript.Shell:
LOCAL loWSShell as WScript.Shell,lcSSFolder
loWSShell = CreateObject("WScript.Shell")   
lcSSFolder=ADDBS(loWSShell.SpecialFolders("Desktop"))
? lcSSFolder
WBR,
Juri
Previous
Reply
Map
View

Click here to load this message in the networking platform