7 #ifndef _PSP2KERN_IO_STAT_H_
8 #define _PSP2KERN_IO_STAT_H_
Structure to hold the status information about a file.
Definition: iofilemgr.h:127
int ksceIoGetstatByFd(SceUID fd, SceIoStat *stat)
Get the status of a file descriptor.
int ksceIoGetstat(const char *file, SceIoStat *stat)
Get the status of a file.
int ksceIoMkdir(const char *dir, SceMode mode)
Make a directory file.
int ksceIoChstat(const char *file, SceIoStat *stat, int bits)
Change the status of a file.
int ksceIoChstatByFd(SceUID fd, SceIoStat *stat, int bits)
Change the status of a file descriptor.
int ksceIoRmdir(const char *path)
Remove 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