35 #ifndef G2O_FILESYS_TOOLS_H 36 #define G2O_FILESYS_TOOLS_H std::string changeFileExtension(const std::string &filename, const std::string &newExt, bool stripDot)
std::string getFileExtension(const std::string &filename)
std::string getBasename(const std::string &filename)
std::string getDirname(const std::string &filename)
std::string getPureFilename(const std::string &filename)
std::vector< std::string > getFilesByPattern(const char *pattern)
bool fileExists(const char *filename)