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