diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-28 07:15:16 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:58 +0200 |
commit | c6e8fe8125f8900f3019716aa1cfbf18ff8264bd (patch) | |
tree | 8eefe81c1cffe59cf6aeea75741f6f92c3edcb40 /include | |
parent | 615093ac7f3f647855b60b3a65352140bc44b378 (diff) |
Add support for absolute paths in include_dirs config
Diffstat (limited to 'include')
-rw-r--r-- | include/FileUtil.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/FileUtil.hpp b/include/FileUtil.hpp index b88d58a..0108b24 100644 --- a/include/FileUtil.hpp +++ b/include/FileUtil.hpp @@ -72,6 +72,7 @@ namespace sibs Result<FileString> getRealPath(const _tinydir_char_t *path); bool pathEquals(const std::string &path, const std::string &otherPath); Result<u64> getFileLastModifiedTime(const _tinydir_char_t *path); + bool isPathAbsolute(const std::string &path); } #endif //SIBS_FILEUTIL_HPP |