From c029d90d1975e124d237605f1edb2be16bd05b5d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 28 Feb 2017 21:50:44 +0100 Subject: Initial commit --- src/paths.hh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/paths.hh (limited to 'src/paths.hh') diff --git a/src/paths.hh b/src/paths.hh new file mode 100644 index 0000000..adec361 --- /dev/null +++ b/src/paths.hh @@ -0,0 +1,18 @@ +// -*- mode: c++; c-basic-offset: 2; -*- + +#ifndef PATHS_HH +#define PATHS_HH + +#include + +class Paths { +public: + static std::string join(std::string const& base, std::string const& path); + static std::string cleanup(std::string const& path); + +private: + Paths() {} + ~Paths() {} +}; + +#endif // PATHS_HH -- cgit v1.2.3-70-g09d2