44std::vector<std::string>
GetFiles(
const std::string &path,
const std::string& extension =
"");
Global namespace for the dlinear library.
std::vector< std::string > GetFiles(const std::string &path, const std::string &extension)
Get the files in a directory.
std::string GetExtension(const std::string &name)
Get the extension of the file.
std::vector< std::string > SplitStringByWhitespace(const char *in)
Split a C-string by whitespace.