| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
File |
|
See also |
FILERENAME,FILEMOVE, FILEDELETE, CNV2LEGALFILENAME, SETFILEREADONLY |
Copies a file to another location. Works also with UNC filenames but not with FTP sites.
Both, source and destination filename must be a full name (not a folder or filename only).
If the source file does not exist, error 5005 will occur.
A possibly existing destination file will be overwritten!
You may have to make sure that the destination filename contains only valid characters. You can use the CNV2LEGALFILENAME command to eliminate illegal characters in the filename.
FILECOPY <SourceFileName>, <DestinationFileName>
COPYFILE <SourceFileName>, <DestinationFileName>
|
Part |
Description | |
| <SourceFileName> | Complete filename of the file to be copied. | |
| <DestinationFileName> | Complete destination filename. | |
|
| ||