Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find My Documents folder programmatically
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01395633
Message ID:
01395643
Views:
72
Thanks Naomi
oShell = CREATEOBJ('Shell.Application')
oFolder = oShell.NameSpace(0x5)
cMyDocs = oFolder.Self.Path
works like a charm. It's great to find another very useful tecnique from our friend Ed Rauh. I use several other snippets of his in every app. What a great contributor to UT and FoxPro!

Thanks for pointng me in the right direction.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform