Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set path to & set defa to on a two word folder
Message
De
02/04/2014 09:33:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01597945
Message ID:
01597946
Vues:
53
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform