Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path To Documents & Settings
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01333149
Message ID:
01333219
Views:
44
Hi Kevin,

>How can I get the full path to the user's Documents And Settings folder?

just noticed that you weren't talking about the My documents folder, but the home folder:
? GetEnv("HOMEDRIVE")+GetEnv("HOMEPATH")
Just one note, though. Most folders inside the home folder have localized names and/or can be moved individually.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform