From 1736b785dda2ba5b8a81ac0db339c36b579f7f0a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Dec 2017 14:53:06 +0100 Subject: Change program arguments to use current path as project path Option "-p" can be passed to specify another project path --- include/FileUtil.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 getFileContent(const char *filepath); bool fileOverwrite(const char *filepath, StringView data); const char* getHomeDir(); + Result getCwd(); } #endif //SIBS_FILEUTIL_HPP -- cgit v1.2.3