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:
01333215
Views:
25
Hi Kevin,

>How can I get the full path to the user's Documents And Settings folder?
#DEFINE CSIDL_PERSONAL                  0x0005        && My Documents
Local loFolder
loFolder = NewObject("_commonfolder",Home()+"\FFC\_System.vcx" )
? loFolder.GetFolder(CSIDL_PERSONAL)
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform