vitasdk
Documentation of the vitasdk
dirent.h
Go to the documentation of this file.
1
7#ifndef _PSP2_IO_DIRENT_H_
8#define _PSP2_IO_DIRENT_H_
9
10#include <psp2/types.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17
31SceUID sceIoDopen(const char *dirname);
32
45
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _PSP2_IO_DIRENT_H_ */
59
SceUID sceIoDopen(const char *dirname)
Open a directory.
int sceIoDread(SceUID fd, SceIoDirent *dir)
Reads an entry from an opened file descriptor.
int sceIoDclose(SceUID fd)
Close an opened directory file descriptor.
Describes a single directory entry.
Definition iofilemgr.h:147
int SceUID
UIDs are used to describe many different kernel objects.
Definition types.h:90