TSdlPathKind
Types of filesystem entries. Note that there may be other sorts of items on a filesystem: devices, symlinks, named pipes, etc. They are currently reported as Other.
Definition
Unit: Neslib.Sdl3.IO
Enumeration Values
None = SDL_PATHTYPE_NONE
Path does not exist.
&File = SDL_PATHTYPE_FILE
A normal file.
Directory = SDL_PATHTYPE_DIRECTORY
A directory.
Other = SDL_PATHTYPE_OTHER
Something completely different like a device node (not a symlink, those are always followed)