file.exists, ... completely nothrow

This commit is contained in:
MihailRis
2024-06-03 18:23:00 +03:00
parent 5f00cf0d5b
commit 57fd91b417
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
std::vector<fs::path> scanForWorlds();
fs::path resolve(std::string path);
fs::path resolve(std::string path, bool throwErr=true);
};
struct PathsRoot {