Namespaces | Functions
FileName.h File Reference
#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...
 

Detailed Description

Utility functions for handling file names

Author
Lukas Nellen
Darko Veberic
Date
31 Jan 2004

Definition in file FileName.h.


, generated on Tue Sep 26 2023.