Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I retrieve the path to my documents folder
Message
From
14/07/2003 08:45:18
 
 
To
11/07/2003 19:30:33
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00797361
Message ID:
00809788
Views:
54
I am not sure why it differs. To be certain you could run your own code test.

Something like
local lcDesktop
For n=1 to 17
    o = CreateObject('wscript.shell')
    if atc('desktop',(o.SpecialFolders(n)))>0
        lcDesktop=(o.SpecialFolders(n)))
    endif
endfor
? lcDesktop
I printed that list sent to you with this method on my machine
Previous
Reply
Map
View

Click here to load this message in the networking platform