replace_slashes

Function replace_slashes 

Source
pub fn replace_slashes<P: AsRef<Path>>(path: P) -> PathBuf
Expand description

Utility function that replaces back slashes \ to forward / It replaces slashes only on windows!