Description
This will delete a file.
Syntax
Function Delete(file, hints)
file (input) - file to be deletedhints (input) - not yet published
Return value
This function does not return a value.
Sample'---------- Start ----------Function Starttarget.file.Delete "C:\TargetFileExample2\TargetFileExample.txt"End FunctionSee also
'---------- Start ----------
Function Start
target.file.Delete "C:\TargetFileExample2\TargetFileExample.txt"
End Function
Platform Objects and Methodstarget.file.Copytarget.file.Existstarget.file