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.
Number | Type | Compulsory | Default | Description |
1 | string | Yes | File name | |
2 | string | Yes | Access mode |
File name.
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.
Return type: real
▲Function Summary▲ | ||
◄ NumElems | OpenFile ▶ |