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

Detailed Description

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

Author
Lukas Nellen
Darko Veberic
Date
31 Jan 2004

Definition in file FileName.cc.


, generated on Tue Sep 26 2023.