Function std::old_path::windows::make_non_verbatimUnstable [-] [+] [src]

pub fn make_non_verbatim(path: &Path) -> Option<Path>

Returns the non-verbatim equivalent of the input path, if possible. If the input path is a device namespace path, None is returned. If the input path is not verbatim, it is returned as-is. If the input path is verbatim, but the same path can be expressed as non-verbatim, the non-verbatim version is returned. Otherwise, None is returned.