27 #include <boost/filesystem.hpp>
36 namespace bfs = boost::filesystem;
115 std::string
GetStem(
const std::string& path);
122 std::string
GetStem(
const bfs::path& path);
std::string GetFilenameFromPath(const bfs::path &path)
std::string GetFilenameFromDirectoryIterator(const bfs::directory_iterator &iter)
bool HasParentPath(const bfs::path &path)
bfs::path GetParentPath(const bfs::path &path)
std::string GetPathIteratorAsString(const bfs::path::iterator &pathIter)
bfs::path GetAbsolutePath(const std::string &path)
bool HasExtension(const std::string &path)
std::string GetStem(const std::string &path)
std::string GetExtension(const std::string &path)
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...