22 #ifndef UTILS_VIRTFSTOOLS_H
23 #define UTILS_VIRTFSTOOLS_H
40 const std::string &ext);
41 std::string
getPath(
const std::string &file);
std::string getPath(const std::string &file)
std::string loadTextFileString(const std::string &fileName)
void searchAndAddArchives(const std::string &path, const std::string &ext, const Append append)
void searchAndRemoveArchives(const std::string &path, const std::string &ext)
bool loadTextFile(const std::string &fileName, StringVect &lines)
void getFilesInDir(const std::string &dir, StringVect &list, const std::string &ext)
std::vector< std::string > StringVect