Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function copy of windows
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01024579
Message ID:
01024581
Vues:
19
Thanks the funcion from http://www.news2news.com
is below:


DECLARE INTEGER CopyFile IN kernel32;
STRING lpExistingFileName,;
STRING lpNewFileName,;
INTEGER bFailIfExists

? CopyFile ("C:\Autoexec.bat", "C:\Autoexec.cpy", 0)

I know when I use adir() I will get all the files name into an array
Please someone give an example on how to do the loop to get all the
files name of the array using the funcion above

TIA

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

Click here to load this message in the networking platform