Specifies the File access mode used when opening the file.
Opens the file for reading.
Opens the file for writing.
Opens the file for writing, creates a new file if it doesn't exist.
Opens the file for writing, appending new data to the end of the file.
See Implementation
Specifies the File access mode used when opening the file.