fn is_path_in_dir(path: &Path, dir: &Path, root_dir: &Path) -> bool
Returns whether path resolves within dir, accepting relative, absolute, and symlinked paths.
path
dir