get_common_prefix

Function get_common_prefix 

Source
pub fn get_common_prefix<S>(paths: &[S]) -> String
where S: AsRef<OsStr> + Sized,