DELETE Delete a local file(s) |
Top Previous Next |
This script command deletes the specified local file or files. This is an example of the DELETE command:
DELETE "file name"
Wildcard file names are permitted with the DELETE command. For example, the following command deletes all files with an extension of .html from a local folder named c:\mysite.
DELETE "c:\mysite\*.html"
To delete file(s) on the FTP site, use the FTPDELETE script command.
Related Command(s): COPY, APPEND, RENAME, WORKINGDIR
|