pub fn normalize_path_separator(path: &Path) -> String
Converts a path to use the correct separator for the current platform.
Converts / to \ on Windows, \ to / on Unix-like systems.
/
\