unix_to_sys

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.