Update filesystemHelpers.h

This commit is contained in:
Kseniia Sumarokova 2021-10-17 13:13:47 +03:00 committed by GitHub
parent 059fc1de69
commit cd22ca6167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ bool pathStartsWith(const std::filesystem::path & path, const std::filesystem::p
/// Returns true if path starts with prefix path
bool pathStartsWith(const String & path, const String & prefix_path);
/// Same as pathStartsWith, but wihtout canonization, i.e. allowed to check symlinks.
/// Same as pathStartsWith, but without canonization, i.e. allowed to check symlinks.
/// (Path is made absolute and normalized)
bool fileOrSymlinkPathStartsWith(const String & path, const String & prefix_path);