Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to return from subdirectory?
Message
De
13/03/1998 11:55:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to return from subdirectory?
Divers
Thread ID:
00084481
Message ID:
00084481
Vues:
78
To check if the subdirectory "mysubdir" exists I use code

on error do mkdir
CD mysubdir
cd ..
on erro

proc mkdir
md mysubdir
cd mysubdir
endproc

The program moves to the subdirectory OK, but it does not return to the parent directory when the command " cd .." is used.

How to make "cd .." working ?
TIA, AHWBGA

Ed
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform