Table of Contents

Enum FileAccess

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Defines constants for controlling how to access the contents of a file

[Flags]
public enum FileAccess

Fields

Read = 1

Allows for reading the contents of a file

ReadWrite = Read | Write

Allows for reading and writing the contents of a file

Write = 2

Allows for writing the contents of a file