RetroArch
Functions
dir_list.h File Reference
#include <retro_common_api.h>
#include <lists/string_list.h>
Include dependency graph for dir_list.h:
This graph shows which files directly or indirectly include this file:

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_listdir_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)
 

Function Documentation

◆ dir_list_append()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dir_list_free()

void dir_list_free ( struct string_list list)

dir_list_free: : pointer to the directory listing

Frees a directory listing.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dir_list_new()

struct string_list* dir_list_new ( const char *  dir,
const char *  ext,
bool  include_dirs,
bool  include_hidden,
bool  include_compressed,
bool  recursive 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dir_list_sort()

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.

Here is the call graph for this function:
Here is the caller graph for this function: