Table of Contents

Enum FileKind

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Defines constants to describe the kind of a file

public enum FileKind

Fields

Binary = 1

The file is a binary file

Text = 2

The file is a text file

Unspecified = 0

The file kind is unspecified