tiger_lib::util

Function fix_slashes_for_target_platform

Source
pub fn fix_slashes_for_target_platform<P: Borrow<Path>>(path: P) -> PathBuf
Expand description

Redo a path so that all the slashes lean the correct way for the target platform. This is mostly for Windows users, to avoid showing them paths with a mix of slashes.