Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper syntax for paths in config.fpw
Message
De
16/01/2006 07:08:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01087089
Message ID:
01087093
Vues:
14
>Forgot a bit:
>
>I'd also like to use relative path to make sure my app only works in its subdirectories, as I can't specify the absolute path aince I don't where it'll be installed on my clients' machines.
>
>Thanks for your time!

Cou can NOT set the path in config.fpw, you must set it in your program!
SET PATH TO c:\yourdir, d:\data && fixed dir
SET PATH TP ..\data, ..\form && relative path
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform