| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
File |
|
See also |
FILECOPY, FILERENAME, FILEMOVE, SETFILEREADONLY |
Moves a file to another location. Works also with UNC filenames but not with FTP sites.
The source filename must be a full name (not a folder or filename only).
If the source file does not exist or the file cannot be deleted, error 5007 will occur.
FILEDELETE <SourceFileName>
DELETEFILE <SourceFileName>
|
Part |
Description | |
| <SourceFileName> | Complete filename of the file to be deleted. | |
| <DestinationFileName> | Complete destination filename. | |
|
| ||