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:
00178444
Vues:
30
The best answer I got was the following:

? MoveFile( "c:\test1", "c:\test2" )

********************
FUNCTION MoveFile( m.lcFromFile, m.lcToFile )
********************

DECLARE SHORT MoveFile IN Win32API;
STRING @lpcurrentname, STRING @lpnewname

RETURN( ( MoveFile(@lcFromFile, @lcToFile) != 0 ) )
Juan L. Romero
gcandela@javanet.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform