Functions | |
void | gatherFiles (std::vector< std::string > *gatheredFiles, const std::string &root, const std::string &extension) |
bool | isDirectory (const std::string &path) |
bool | exist (const std::string &entry) |
bool OnixS::B3::BOE::Filesystem::exist | ( | const std::string & | entry | ) |
void OnixS::B3::BOE::Filesystem::gatherFiles | ( | std::vector< std::string > * | gatheredFiles, |
const std::string & | root, | ||
const std::string & | extension | ||
) |
Gathers files which are stored in a given folder.
bool OnixS::B3::BOE::Filesystem::isDirectory | ( | const std::string & | path | ) |