The kill command erases or deletes a file or group of files.
ret = Kill (FileString)
Parameters
ret | Integer,output |
0 = OK | |
Non zero = Error | |
FileString | String, input |
This is the file name or file name to delete. |
This is a PASSPORT command.
Example
Sub
ZMain()
Kill "c:\test.txt"
End Sub