Kill Instruction

Syntax

Kill Name$

Group

File

Description

Deletes the file named by Name$.

Sandbox

Sandbox mode blocks this instruction.

Parameters

Parameters Description
Name$ The path and name of the file. A path relative to the current directory can be used.

Example


Sub Main
    Kill "XXX"
End Sub