is_under_directory

Function is_under_directory 

Source
pub fn is_under_directory<P1, P2>(path: P1, directory: P2) -> bool
where P1: AsRef<Path>, P2: AsRef<Path>,
Expand description

Check if path is under a given directory