5 #ifndef BPP_IO_FILETOOLS_H 6 #define BPP_IO_FILETOOLS_H 47 static bool fileExists(
const std::string& filename);
73 static std::string
getFileName(
const std::string& path,
char dirSep = DIR_SEP);
82 static std::streampos
getFileSize(
const std::string& filename);
91 static std::string
getParent(
const std::string& path,
char dirSep = DIR_SEP);
104 static std::string
getExtension(
const std::string& path);
122 #endif // BPP_IO_FILETOOLS_H