SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <file.hpp>
Public Member Functions | |
Path (const char *path) | |
Path (std::string path) | |
std::string | getName () |
Returns the full path name. More... | |
std::string | getDirname () |
Returns the directory component of a path (reimplementation of POSIX dirname) More... | |
std::string | getBasename () |
Returns the file component of a path (reimplementation of POSIX basename) More... | |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
Returns the full path name.
std::string simgrid::xbt::Path::getDirname | ( | ) |
Returns the directory component of a path (reimplementation of POSIX dirname)
std::string simgrid::xbt::Path::getBasename | ( | ) |
Returns the file component of a path (reimplementation of POSIX basename)