pub fn is_path_type<T>(_arg: &T) -> bool
Returns true if arg is type Path
let result = is_path( &“/A/B/C/D” );