OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
OnixS::CME::iLink3::Filesystem Namespace Reference

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)
 

Function Documentation

bool OnixS::CME::iLink3::Filesystem::exist ( const std::string &  entry)
Returns
true if provided entry exists
void OnixS::CME::iLink3::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::CME::iLink3::Filesystem::isDirectory ( const std::string &  path)
Returns
true if provided path is a directory