Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing a file to the desktop
Message
 
To
04/11/2014 18:45:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01610493
Message ID:
01610495
Views:
57
Likes (1)
>I can create a folder programatically from VFP as C:\stuff, but I want to create it on the Windows desktop, and create files from VFP and put them into that folder that's on the desktop. What's the right way to reference the desktop so that I can do this?
>
>Bob

It can be referenced as a regular folder, i.e.
C:\Users\yourUsername\Desktop
or better yet
cUprof = GETENV("USERPROFILE")
cDesktopFolder = ADDBS(m.cUprof) + "Desktop"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform