Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set path to & set defa to on a two word folder
Message
From
02/04/2014 09:33:44
 
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:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01597945
Message ID:
01597946
Views:
52
>I have a problem with the set path and set defa commands. I want to set these
>to c:\program files\pdf995. And it gives me an invalid path because, I assume,
>"program files" is two words. Is there anyway to set these to a two word folder?
>
>Thanks in advance.
>
>Brad

set default to "c:\program files\pdf995"

or

lcDir = "c:\program files\pdf995"
set default to (lcDir)
Previous
Reply
Map
View

Click here to load this message in the networking platform