Go to the documentation of this file.
3 #ifndef DUNE_COMMON_PATH_HH
4 #define DUNE_COMMON_PATH_HH
50 std::string
concatPaths(
const std::string& base,
const std::string& p);
150 std::string
prettyPath(
const std::string& p,
bool isDirectory);
178 std::string
relativePath(
const std::string& newbase,
const std::string& p);
183 #endif // DUNE_COMMON_PATH_HH