RemoveFile
Purpose
With
RemoveFile
you can remove a file.
Example
RemoveFile
"X:GuiXTFiles\temp.txt"
The file is removed.
Format
RemoveFile
"filename"
Tips
& Tricks
WIth
OpenFile
and option
-output
you can delete the file content without deleting the directory entry.
RemoveFile
deletes the directory entry as well.