SDL_PathType

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.

Values

ValueMeaning
SDL_PATHTYPE_NONE

Path does not exist

SDL_PATHTYPE_FILE

A normal file

SDL_PATHTYPE_DIRECTORY

A directory

SDL_PATHTYPE_OTHER

Something completely different like a device node (not a symlink, those are always followed)

See Also

Meta