File will be opened for reading only.
Enables reading and writing. If the file already exists, the file pointer will be placed at the end of the file for convenience. Otherwise a new file will be created.
Enables reading and writing. If the file already exists, the existing contents will be erased first. Otherwise a new file will be created.
Generated using TypeDoc
Specifies the mode to use when opening a file.