Syntax:
Kill Name$
Group: File
Description: Delete the file named by Name$.
Parameter Description
Name$ This string value is the path and name of the file. A path relative to the current directory can be used.
Example:
Sub Main Kill "c:\thefile.txt" End Sub