RetroArch
|
Go to the source code of this file.
Functions | |
bool | dir_list_append (struct string_list *list, const char *dir, const char *ext, bool include_dirs, bool include_hidden, bool include_compressed, bool recursive) |
struct string_list * | dir_list_new (const char *dir, const char *ext, bool include_dirs, bool include_hidden, bool include_compressed, bool recursive) |
void | dir_list_sort (struct string_list *list, bool dir_first) |
void | dir_list_free (struct string_list *list) |
bool dir_list_append | ( | struct string_list * | list, |
const char * | dir, | ||
const char * | ext, | ||
bool | include_dirs, | ||
bool | include_hidden, | ||
bool | include_compressed, | ||
bool | recursive | ||
) |
void dir_list_free | ( | struct string_list * | list | ) |
dir_list_free: : pointer to the directory listing
Frees a directory listing.
struct string_list* dir_list_new | ( | const char * | dir, |
const char * | ext, | ||
bool | include_dirs, | ||
bool | include_hidden, | ||
bool | include_compressed, | ||
bool | recursive | ||
) |
void dir_list_sort | ( | struct string_list * | list, |
bool | dir_first | ||
) |
dir_list_sort: : pointer to the directory listing. : move the directories in the listing to the top?
Sorts a directory listing.