Skip to main content

FileAccess Enum

NuGet: GHIElectronics.TinyCLR.IO
Assembly: GHIElectronics.TinyCLR.IO
Namespace: System.IO

Specifies the access a file can be opened with.

public enum FileAccess

Fields

NameValueDescription
Read1Read access to the file.
Write2Write access to the file.
ReadWrite3Read and write access to the file.