OpenEchoFile Function

Redirects the output of the command Echo to a file. Redirection is disabled when the function CloseEchoFile is called or when control returns to the command line.

Arguments

Number Type Compulsory Default Description
1 string Yes File name
2 string Yes Access mode

Argument 1

File name.

Argument 2

A single letter to determine how the file is opened. Can be either 'w' or 'a'. If 'w', a new file will be created. If a file of that name already exists, it will be overwritten. If 'a' and the file already exists, it will be appended.

Returns

Return type: real