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 SDL_PATHTYPE_OTHER.
Path does not exist
A normal file
A directory
Something completely different like a device node (not a symlink, those are always followed)
SDL_PathInfo
See Implementation
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 SDL_PATHTYPE_OTHER.