|
dune-common
2.3.1
|
Utilites for handling filesystem paths. More...
#include <algorithm>#include <iterator>#include <string>#include <dune/common/exceptions.hh>#include <dune/common/stringutility.hh>#include <dune/common/path.hh>Namespaces | |
| Dune | |
| Dune namespace. | |
Functions | |
| std::string | Dune::concatPaths (const std::string &base, const std::string &p) |
| concatenate two paths More... | |
| std::string | Dune::processPath (const std::string &p) |
| sanitize a path for further processing More... | |
| bool | Dune::pathIndicatesDirectory (const std::string &p) |
| check whether the given path indicates that it is a directory More... | |
| std::string | Dune::prettyPath (const std::string &p, bool isDirectory) |
| pretty print path More... | |
| std::string | Dune::prettyPath (const std::string &p) |
| pretty print path More... | |
| std::string | Dune::relativePath (const std::string &newbase, const std::string &p) |
| compute a relative path between two paths More... | |
Utilites for handling filesystem paths.
1.8.7