Skip to main content

normalize_path_unix

Function normalize_path_unix 

Source
pub fn normalize_path_unix(path: &str) -> String
Expand description

Normalize a path to Unix style (forward slashes). Strips Windows extended path prefix \\?\ if present so file operations behave consistently across platforms.