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.