|
|
| System.IO.FileAccess Enumeration |
|
| |
| Description | |
|
|
Defines constants for file read and/or write access. |
|
| Values | | | | Read | | 1 | | Read access to the file. Data can be read from the file.
| | Write | | 2 | | Write access to the file. Data can be written to the file.
| | ReadWrite | | 3 | | Read and write access to the file. Data can be written to and read from the file. |
|
Microsoft MSDN links | |
|
|
|
|
|
| |
|
|
|