Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens a file for writing.
Syntax
protected TextIo openFile(FilenameSave _fileName)
Run On
Called
Parameters
- _fileName
Type: FilenameSave Extended Data Type
The name of the file to create.
Return Value
Type: TextIo Class
The file to open as an instance of the TextIo class.
Exceptions
Exception | Condition |
---|---|
Error | The file could not be opened for writing. |