aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/FileUtil.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/FileUtil.hpp b/include/FileUtil.hpp
index 5a0bbc3..8407a36 100644
--- a/include/FileUtil.hpp
+++ b/include/FileUtil.hpp
@@ -24,6 +24,7 @@ namespace sibs
Result<StringView> getFileContent(const char *filepath);
bool fileOverwrite(const char *filepath, StringView data);
const char* getHomeDir();
+ Result<std::string> getCwd();
}
#endif //SIBS_FILEUTIL_HPP