FileOpenMode

Description

The FileOpenMode enumeration contains types of query to open a file.

It is used by the following properties and methods:

Available values

Value Brief description
0 Create. File creation.
1 Read. Opening of the file for reading.
2 Write. Opening of the file for writing.
3 ReadWrite. Opening of the file for reading/writing.

See also:

IO Assembly Enumerations