This will delete a file.
Function Delete(file, hints)
file (input) - file to be deleted
hints (input) - not yet published
This function does not return a value.
Sample
'---------- Start ----------
Function Start
target.file.Delete "C:\TargetFileExample2\TargetFileExample.txt"
End Function
See also