Directory API. More...

Go to the source code of this file.
Functions | |
| void | gfDirInit (void) |
| tFList * | GfDirGetList (const char *dir) |
| Get the list of files of a given directory. More... | |
| tFList * | GfDirGetListFiltered (const char *dir, const char *suffix) |
| Get the list of files with matching suffix of a given directory. More... | |
| void | GfDirFreeList (tFList *list, tfDirfreeUserData freeUserData, bool freename, bool freedispname) |
| Free a directory list. More... | |
| void gfDirInit | ( | void | ) |
Definition at line 33 of file directory.cpp.