SDL_PathInfo - Information about a path on the filesystem.
Contents
Availability
This datatype is available since SDL 3.2.0.
Name
SDL_PathInfo - Information about a path on the filesystem.
See Also
SDL_GetPathInfo(3), SDL_GetStoragePathInfo(3) Simple Directmedia Layer SDL 3.2.20 SDL_PathInfo(3type)
Synopsis
#include<SDL3/SDL_filesystem.h>typedefstructSDL_PathInfo{SDL_PathTypetype;/**<thepathtype*/Uint64size;/**<thefilesizeinbytes*/SDL_Timecreate_time;/**<thetimewhenthepathwascreated*/SDL_Timemodify_time;/**<thelasttimethepathwasmodified*/SDL_Timeaccess_time;/**<thelasttimethepathwasread*/}SDL_PathInfo;