pub fn display_path<P: AsRef<Path>>(p: P) -> String
Reconstructs a path from its components using the platform separator then converts it to String and removes UNC prefixes on Windows if it exists.