aboutsummaryrefslogtreecommitdiff
path: root/include/FileUtil.hpp
diff options
context:
space:
mode:
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