Function fix_unc_path

Source
pub fn fix_unc_path(res: &Path) -> PathBuf
Expand description

On windows removes the \\?\\ prefix to UNC paths. For other operation systems just turns the Path into a PathBuf