Go to the source code of this file.
Classes | |
struct | coil::DIR |
Structure for directory stream. More... | |
struct | coil::dirent |
Structure for directory entry. More... | |
Namespaces | |
coil | |
Common Object Interface Layer. | |
Typedefs | |
typedef unsigned int | coil::ino_t |
Functions | |
const char * | coil::basename (const char *path) |
Get a file name part than a file pass. More... | |
int | coil::closedir (DIR *dir) |
Close a directory stream. More... | |
std::string | coil::dirname (char *path) |
Get a directory part than a file pass. More... | |
coil::vstring | coil::filelist (const char *path, const char *glob_str="") |
Get file list. More... | |
const unsigned int | coil::MaxPathLength (1024) |
DIR * | coil::opendir (const char *name) |
Open a directory stream. More... | |
dirent * | coil::readdir (DIR *dir) |
Get a directory entry pointer. More... | |