Function fyrox_core::replace_slashes
source · pub fn replace_slashes<P: AsRef<Path>>(path: P) -> PathBufExpand description
Utility function that replaces back slashes \ to forward / It replaces slashes only on windows!
pub fn replace_slashes<P: AsRef<Path>>(path: P) -> PathBufUtility function that replaces back slashes \ to forward / It replaces slashes only on windows!