Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Renaming a Folder - No command for it!
Message
De
22/02/2001 09:20:04
 
 
À
22/02/2001 08:56:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00478362
Message ID:
00478369
Vues:
23
Mark,

if WSH would be an option, you could do something like
loFSO         = CREATEOBJECT("Scripting.FileSystemObject")
loFolder      = loFSO.getFolder(lcPathOfFolderToBeRenamed)
loFolder.Name = lcNewFolderNameWithoutPath
HTH Robert
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform