PSPSDK 2024-10-31
|
Structure to hold the status information about a file. More...
#include <user/pspiofilemgr_stat.h>
Data Fields | |
SceMode | st_mode |
unsigned int | st_attr |
SceOff | st_size |
Size of the file in bytes. | |
ScePspDateTime | sce_st_ctime |
Creation time. | |
ScePspDateTime | sce_st_atime |
Access time. | |
ScePspDateTime | sce_st_mtime |
Modification time. | |
unsigned int | st_private [6] |
Device-specific data. | |
Structure to hold the status information about a file.
ScePspDateTime SceIoStat::sce_st_atime |
Access time.
ScePspDateTime SceIoStat::sce_st_ctime |
Creation time.
ScePspDateTime SceIoStat::sce_st_mtime |
Modification time.
SceMode SceIoStat::st_mode |
SceOff SceIoStat::st_size |
Size of the file in bytes.