Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there an API call to rename a folder
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00178253
Message ID:
00178267
Vues:
26
Juan,

There's probably a cool WSH script that will do it, until Ed chimes in with that here's a good old DOS standby *g*

local lcCommand
lcCommand = '[move "' + lcOldDirectory + '" "' + lcNewDirectory + '"]'
run &lcCommand

>I know this question may have probably come up before. Is there an API call that would allow me to rename a folder?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform