Class SDL_PathType
java.lang.Object
club.doki7.sdl3.enumtype.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.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_PathInfo
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
FILE
public static final int FILE- See Also:
-
DIRECTORY
public static final int DIRECTORY- See Also:
-
OTHER
public static final int OTHER- See Also:
-
-
Method Details
-
explain
-