Programming Reference Manual
 
Syntax
 
Kill Name$
 
Description
Delete the file named by Name$.
 
Parameter
Description
Name$
This string value is the path and name of the source file. A path relative to the current directory can be used. 
See Also
 
Example
 
Sub Main
    Kill "XXX"
End Sub