Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function copy of windows
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01024579
Message ID:
01024581
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform