#include <cstring>
#include <sys/types.h>
#include <dirent.h>
#include <libgen.h>
#include <coil/config_coil.h>
#include <coil/stringutil.h>
Go to the source code of this file.
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Functions | |
const char * | coil::basename (const char *path) |
Get a file name part than a file pass. | |
std::string | coil::dirname (char *path) |
Get a directory part than a file pass. | |
coil::vstring | coil::filelist (const char *path, const char *glob_str="") |
Get file list. |