7 #ifndef _PSP2_IO_STAT_H_
8 #define _PSP2_IO_STAT_H_
Structure to hold the status information about a file.
Definition: iofilemgr.h:127
int sceIoGetstat(const char *file, SceIoStat *stat)
Get the status of a file.
int sceIoChstat(const char *file, SceIoStat *stat, int bits)
Change the status of a file.
int sceIoChstatByFd(SceUID fd, const SceIoStat *buf, unsigned int cbit)
Change the status of a file descriptor.
int sceIoRmdir(const char *path)
Remove a directory file.
int sceIoGetstatByFd(SceUID fd, SceIoStat *stat)
Get the status of a file descriptor.
int sceIoMkdir(const char *dir, SceMode mode)
Make a directory file.
int SceUID
UIDs are used to describe many different kernel objects.
Definition: types.h:90
int SceMode
Mode for I/O functions.
Definition: types.h:87