Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Folder name
Message
De
04/08/2008 13:53:18
 
 
À
04/08/2008 13:13:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01336279
Message ID:
01336294
Vues:
14
>What is the command line to rename a folder in VFP8?

AFAIK there is no command for this, but if there are no subdirectories you can do like this
lcOldDir='P:\xxx'
lcNewDir='P:\xxxnew'
Md (lcNewDir)
Rename (lcOldDir + '\*.*') to (lcNewDir + '\*.*')
Rd (lcOldDir)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform