votca 2024-dev
Loading...
Searching...
No Matches
Functions
votca::tools::filesystem Namespace Reference

Functions

std::string GetFileExtension (const std::string &filename)
 
std::string GetFileBase (const std::string &filename)
 
bool FileExists (const std::string &filename)
 

Function Documentation

◆ FileExists()

bool votca::tools::filesystem::FileExists ( const std::string &  filename)

Definition at line 50 of file filesystem.cc.

◆ GetFileBase()

std::string votca::tools::filesystem::GetFileBase ( const std::string &  filename)

Definition at line 42 of file filesystem.cc.

◆ GetFileExtension()

std::string votca::tools::filesystem::GetFileExtension ( const std::string &  filename)

Definition at line 34 of file filesystem.cc.