vitasdk
Documentation of the vitasdk
stat.h File Reference

Go to the source code of this file.

Functions

int sceIoMkdir (const char *dir, SceMode mode)
 Make a directory file. More...
 
int sceIoRmdir (const char *path)
 Remove a directory file. More...
 
int sceIoGetstat (const char *file, SceIoStat *stat)
 Get the status of a file. More...
 
int sceIoGetstatByFd (SceUID fd, SceIoStat *stat)
 Get the status of a file descriptor. More...
 
int sceIoChstat (const char *file, SceIoStat *stat, int bits)
 Change the status of a file. More...
 
int sceIoChstatByFd (SceUID fd, const SceIoStat *buf, unsigned int cbit)
 Change the status of a file descriptor. More...