Mono Class Library: System.IO Namespace

System.IO.FileAccess Enumeration

Defines constants used to specify the level of file access being requested.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FileAccess

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Read Specifies read access for a file.
ReadWrite Specifies read and write access for a file.
Write Specifies write access for a file.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0