SDL_PathInfo

Information about a path on the filesystem.

Members

Variables

access_time
SDL_Time access_time;

The last time the path was read

create_time
SDL_Time create_time;

The time when the path was created

modify_time
SDL_Time modify_time;

The last time the path was modified

size
Uint64 size;

The file size in bytes

type
SDL_PathType type;

The path type

See Also

SDL_GetPathInfo SDL_GetStoragePathInfo

Meta