aboutsummaryrefslogtreecommitdiff
path: root/include/FileUtil.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-16 04:21:33 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-16 04:21:44 +0100
commit94caff5f66cacdd21e5a93cd3de9150a22eeaa3a (patch)
treeb3b7689e5a25c908369bb5fad5a59e085253b76e /include/FileUtil.hpp
parent28d6b571139998915bce147abb58617884431192 (diff)
Add support for sub project (unit tests)
Diffstat (limited to 'include/FileUtil.hpp')
-rw-r--r--include/FileUtil.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/FileUtil.hpp b/include/FileUtil.hpp
index 5b91aad..5d1594a 100644
--- a/include/FileUtil.hpp
+++ b/include/FileUtil.hpp
@@ -27,6 +27,7 @@ namespace sibs
Result<std::string> getCwd();
// Note: Will not delete created directories if this operation fails for some reason
Result<bool> createDirectoryRecursive(const char *path);
+ Result<std::string> getRealPath(const char *path);
}
#endif //SIBS_FILEUTIL_HPP