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. Create a file.
1 Read. Open the file for read.
2 Write. Open the file for write.
3 ReadWrite. Open the file for read/write.

See also:

IO Assembly Enumerations