pub fn is_lexically_inside(path: &Path, root: &Path) -> boolExpand description
Returns true if path is lexically equal to or beneath root.
Both paths should already be normalized for reliable results. Prefer
ensure_inside which normalizes first.
ยงFilesystem access
No.