DELETEFILE
DELETEFILE is used to delete a file.
Syntax:
DELETEFILE filename
Discussion:
This keyword requires a file names, defined as literal string expression in quotes or as a string variable.
Example:
DELETEFILE XFILE$
Related Keywords:
COPYFILE RENAMEFILE
Next: