pub fn is_under_directory<P1, P2>(path: P1, directory: P2) -> boolwhere P1: AsRef<Path>, P2: AsRef<Path>,
Check if path is under a given directory