Table of Contents

Enum PathType

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Represents the type of a file system entry

public enum PathType

Fields

Directory = 2

The path represents a directory

File = 1

The path represents a file

None = 0

The path does not exist

Other = 3

The path represents another kind of file system entry

This could be something like a device node, a named pipe, or a completely different kind of file system entry, but not a symbolic link, as they are always followed transparently.