Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Having problem setting oldpath and newpath using CD comm
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00871446
Message ID:
00871470
Vues:
16
Tru this:


IF .NOT. FULLPATH(curdir()) == lcOldDir **** this is where I am having problems
CD (lcOldDir)
ENDIF

or

old_exact = SET("EXACT")
SET EXACT ON
IF FULLPATH(curdir()) != lcOldDir **** this is where I am having problems
CD (lcOldDir)
ENDIF
SET EXACT &old_exact

Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform