Kill Statement/text/sbasic/shared/03020410.xhpKill statementKill StatementDeletes a file from a disk.Kill File As StringFile: Any string expression that contains an unambiguous file specification. You can also use URL notation.Sub ExampleKill Kill "C:\Users\ThisUser\datafile.dat" ' File must be created in advanceEnd Sub