Copy file

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hello,

Is it possible to copy file Client.txt from Folder
Clients to folder Users and to rename the file to User.txt

Thanks
 
Marc said:
Hello,

Is it possible to copy file Client.txt from Folder
Clients to folder Users and to rename the file to User.txt

See the FileCopy function in the help file.

FileCopy "SourcePathAndFilename" "TargetPathAndFilename"
 
Back
Top