- methods to expand tilda in file pathes + methods to control thread pool

This commit is contained in:
2024-05-16 08:42:55 +03:00
parent 05e3cc8cb6
commit 62f2d996c6
4 changed files with 46 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
// Returns free space on volume for path
// Works for Linux only. For other systems (size_t)-1 is returned (for errors too)
static size_t getFreespace(const std::string& path);
static std::string expandUserHome(const std::string& path);
};
#endif