#include <boost/filesystem/path.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
utl | |
utl::File | |
Functions | |
std::string | utl::BareFileName (const boost::filesystem::path &path) |
Compute the leaf and strip the extension. More... | |
boost::filesystem::path | utl::BareFilePath (const boost::filesystem::path &path) |
Compute the full path, but strip the extension from the leaf. More... | |
bool | utl::File::Exists (const std::string &filename) |
std::string | utl::FileExtension (const boost::filesystem::path &path) |
Return the extension of the path. More... | |
boost::filesystem::path | utl::operator+ (const boost::filesystem::path &path, const std::string &extra) |
Add string (e.g. an extension) to a path. More... | |