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 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