
WIN API to copy all files form A: drive to C:\FOLDER
Quote:
>Can you set me on the right track to copy all files from A: drive to
>C:\Folder. Any help would be appreciated.
Use the DIRECTORY() to get a list of the files, then use the COPY() command
to complete.
See pages 536 (Copy) and 546 (Directory) in the LR manual of the C5 docs. I
use this method so that I have better control of the naming, renaming, etc.
HTH,
Jerome.