createScript

Creates a new, empty script.

int
createScript
(
string[] args
)

Parameters

args string[]

The arguments to the command. Accepts one optional argument to specify a name for the script file.

Return Value

Type: int

0 if successful, or 1 otherwise.

Meta