Deletes a file from a disc.
Kill File As String
File: Any string expression that contains an unambiguous file specification. You can also use URL notation.
5 Invalid procedure call
76 Path not found
Sub ExampleKill
Kill "C:\Users\ThisUser\datafile.dat" ' File must be created in advance
End Sub