Kill Instruction
Syntax
Kill Name$
Group
File
Description
Delete the file named by Name$.
Sandbox
Sandbox mode blocks this instruction.
Parameters
|
Description
|
Name$
|
This string value is the path and name of the file.
A path relative to the current directory
can be used.
|
Sub Main
Kill "XXX"
End Sub