Function unix_to_sys

Source
pub fn unix_to_sys(path: &str) -> Cow<'_, str>
Expand description

Converts Unix paths into System paths. This is a noop on Unix systems, and replaces forward slash directory separators with backslashes on Windows.