Copy file

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
 
R

Rick Brandt

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"
 
Top