Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET PATH
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00169071
Message ID:
00169072
Vues:
21
Steve,

It sounds like you're confusing SET PATH and SET DEFAULT (or CD). SET PATH works just like the path in DOS. It tells VFP where to look for files but it doesn't change your current directory. You can use ?SET('PATH') to return the current path. Use SET DEFAULT or CD to change the current directory. That change will be reflected by CURDIR().

>Season's Greetings
>
>I have the following statements.
>
>Set Path to "C:\SALESORD\DATA"
>Wait Window CurDir()
>
>In the wait window, this statment showed '\salesord' excluding the 'data' subdirectory. What do I have to do in order to make sure that it is including the 'data' subdirectory. ( '\salesord\data' )? Any help or suggestion is appreciated.
>
>Steve
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform