PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
SceIoStat Struct Reference

Structure to hold the status information about a file. More...

#include <user/pspiofilemgr_stat.h>

Collaboration diagram for SceIoStat:

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.
 

Detailed Description

Structure to hold the status information about a file.

Field Documentation

◆ sce_st_atime

ScePspDateTime SceIoStat::sce_st_atime

Access time.

◆ sce_st_ctime

ScePspDateTime SceIoStat::sce_st_ctime

Creation time.

◆ sce_st_mtime

ScePspDateTime SceIoStat::sce_st_mtime

Modification time.

◆ st_attr

unsigned int SceIoStat::st_attr

◆ st_mode

SceMode SceIoStat::st_mode

◆ st_private

unsigned int SceIoStat::st_private[6]

Device-specific data.

◆ st_size

SceOff SceIoStat::st_size

Size of the file in bytes.


The documentation for this struct was generated from the following file: