10 #ifndef _utl_FileName_h_
11 #define _utl_FileName_h_
13 #include <boost/filesystem/path.hpp>
20 boost::filesystem::path
BareFilePath(
const boost::filesystem::path& path);
23 std::string
BareFileName(
const boost::filesystem::path& path);
26 std::string
FileExtension(
const boost::filesystem::path& path);
29 boost::filesystem::path
operator+(
const boost::filesystem::path& path,
30 const std::string& extra);
fs::path operator+(const fs::path &thePath, const string &extra)
bool Exists(const string &filename)
std::string BareFileName(const fs::path &thePath)
fs::path BareFilePath(const fs::path &thePath)
std::string FileExtension(const fs::path &thePath)