Skip to content

FileAccess

FileAccess is used to specify the way to access a file.

attributesdescription
ReadOpen the file in read-only mode.
WriteOpen the file in write mode.
ReadWriteOpen a file in read-write mode.