logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_PathInfo - Information about a path on the filesystem.

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;

See Also