![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
| int | sceIoMkdir (const char *dir, SceMode mode) |
| Make a directory file. | |
| int | sceIoRmdir (const char *path) |
| Remove a directory file. | |
| int | sceIoGetstat (const char *file, SceIoStat *stat) |
| Get the status of a file. | |
| int | sceIoGetstatByFd (SceUID fd, SceIoStat *stat) |
| Get the status of a file descriptor. | |
| 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. | |