#include <string>
Go to the source code of this file.
Namespaces | |
namespace | b2000::path |
namespace | b2000 |
Contains the base classes for implementing Finite Elements. | |
Functions | |
bool | b2000::path::isabs (const std::string &path) |
bool | b2000::path::isfile (const std::string &path) |
bool | b2000::path::isdir (const std::string &path) |
bool | b2000::path::islink (const std::string &path) |
bool | b2000::path::isexec (const std::string &path) |
std::string | b2000::path::getcwd () |
std::string | b2000::path::dirname (const std::string &path) |
std::string | b2000::path::basename (const std::string &path) |
std::pair< std::string, std::string > | b2000::path::splitext (const std::string &path) |
std::string | b2000::path::abspath (const std::string &path) |
std::string | b2000::path::realpath (const std::string &path) |
std::string | b2000::path::which (const std::string &cmd) |
std::string | b2000::path::join (const std::string &a, const std::string &b) |
void | b2000::path::rmtree (const std::string &path, bool ignore_errors=false) |
The b2000::path namespace.