Kill Statement /text/sbasic/shared/03020410.xhp
Kill statement Kill Statement Deletes a file from a disk.
Syntax: Kill File As String Parameters: File: Any string expression that contains an unambiguous file specification. You can also use URL notation. Example: Sub ExampleKill Kill "C:\datafile.dat" ' File must be created in advance End Sub