pub fn paths_differ<P1, P2>(first: P1, second: P2) -> Result<bool>where P1: AsRef<Path>, P2: AsRef<Path>,
Determines whether two paths differ or not
Returns immediately after the first difference is found.