#include <utl/FileName.h>#include <boost/filesystem/path.hpp>#include <sys/stat.h>Go to the source code of this file.
Namespaces | |
| utl | |
| utl::File | |
Functions | |
| std::string | utl::BareFileName (const fs::path &thePath) |
| fs::path | utl::BareFilePath (const fs::path &thePath) |
| bool | utl::File::Exists (const string &filename) |
| std::string | utl::FileExtension (const fs::path &thePath) |
| fs::path | utl::operator+ (const fs::path &thePath, const string &extra) |
Utility functions for handling file names
These utilities extend the boost::filesystem package. It is used as the basis for implementation. As such, the some of the semantics of this package are inherited from boost::filesystem. In particular, the naive
only holds if
Definition in file FileName.cc.