Kill Instruction

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 "XXX"
End
Sub