|
RetroArch
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <retro_common.h>#include <boolean.h>#include <retro_dirent.h>#include <encodings/utf.h>#include <compat/strl.h>#include <string/stdstring.h>#include <sys/types.h>#include <sys/stat.h>#include <dirent.h>#include <unistd.h>Classes | |
| struct | RDIR |
Functions | |
| struct RDIR * | retro_opendir (const char *name) |
| bool | retro_dirent_error (struct RDIR *rdir) |
| int | retro_readdir (struct RDIR *rdir) |
| const char * | retro_dirent_get_name (struct RDIR *rdir) |
| bool | retro_dirent_is_dir (struct RDIR *rdir, const char *path) |
| void | retro_dirent_include_hidden (struct RDIR *rdir, bool include_hidden) |
| void | retro_closedir (struct RDIR *rdir) |
retro_dirent_is_dir: : pointer to the directory entry. : path to the directory entry.
Is the directory listing entry a directory?
Returns: true if directory listing entry is a directory, false if not.
| int retro_readdir | ( | struct RDIR * | rdir | ) |
1.8.15