Skip to main content

Module windows_path

Module windows_path 

Source
Expand description

Windows extended-length path normalization.

std::fs::canonicalize returns paths in the extended-length namespace on Windows. Only DOS-drive and UNC names have a safe non-verbatim spelling; other namespaces (for example \\?\Volume{GUID}\) must retain their prefix.

Functions§

non_verbatim_path_text
String form of the strict verbatim-prefix conversion, for APIs that require a command line or URI rather than a Path.
normalize_windows_path
Normalize a Windows path for comparisons and Win32 APIs.