From 94caff5f66cacdd21e5a93cd3de9150a22eeaa3a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Dec 2017 04:21:33 +0100 Subject: Add support for sub project (unit tests) --- include/FileUtil.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/FileUtil.hpp') 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 getCwd(); // Note: Will not delete created directories if this operation fails for some reason Result createDirectoryRecursive(const char *path); + Result getRealPath(const char *path); } #endif //SIBS_FILEUTIL_HPP -- cgit v1.2.3