Kill Instruction

Syntax

Kill Name$

Group

File

Description

Delete the file named by Name$.

Sandbox

Sandbox mode blocks this instruction.

Parameters

Parameters 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