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