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:
00178441
Vues:
21
Hi Juan:

>I know this question may have probably come up before. Is there an API call that would allow me to rename a folder?

I do this for files and folders:

declare MoveFileA in kernel32 as foxmove string, string, int
* and later in the code...
=foxmove(oldname, newname)

(If anyone can point out how I should do this better/more carefully, please do -- I'm a dufus with the API)

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform