pub fn display_path(p: &Path) -> StringExpand description
Strip the Windows \\?\ extended-path prefix from a path string for
display purposes only. The stored/internal path is never modified.
Conversions:
\\?\UNC\server\share → \\server\share
\\?\C:\foo → C:\foo
anything else → unchanged
On non-Windows this is a no-op; the prefix never appears there.