- more changes to ease file handling

This commit is contained in:
2018-09-12 20:19:56 +03:00
parent 3164a7236d
commit 8c0f9510e6
2 changed files with 42 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ public:
static void remove(const char* s);
static std::string gettempname();
static bool isAbsolute(const std::string& s);
static std::string addTrailingSlash(const std::string& s);
static std::string mergePathes(const std::string& s1, const std::string& s2);
};
#endif