|
SDL 3.0
|
#include <SDL_filesystem.h>
Data Fields | |
| SDL_PathType | type |
| Uint64 | size |
| SDL_Time | create_time |
| SDL_Time | modify_time |
| SDL_Time | access_time |
Information about a path on the filesystem.
Definition at line 267 of file SDL_filesystem.h.
| SDL_Time SDL_PathInfo::access_time |
the last time the path was read
Definition at line 273 of file SDL_filesystem.h.
| SDL_Time SDL_PathInfo::create_time |
the time when the path was created
Definition at line 271 of file SDL_filesystem.h.
| SDL_Time SDL_PathInfo::modify_time |
the last time the path was modified
Definition at line 272 of file SDL_filesystem.h.
| Uint64 SDL_PathInfo::size |
the file size in bytes
Definition at line 270 of file SDL_filesystem.h.
| SDL_PathType SDL_PathInfo::type |
the path type
Definition at line 269 of file SDL_filesystem.h.