FileOpen
Opens a file for reading or writing and returns a file object for future operations
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The file to open. | |
|
|
| The mode to open the file in. Defaults to "read". |
|
|
|
| The character set to use when reading or writing the file. Defaults to "utf-8". |
|
|
|
| Whether the file should be opened as seekable. Defaults to false. |
Examples
Related
Last updated