Skip to main content

from_bash_to_native_path

Function from_bash_to_native_path 

Source
pub fn from_bash_to_native_path(path: &str) -> String
Expand description

Convert a Unix/MSYS-style path (/c/Users/...) back to native Windows format (C:/Users/...). No-op for paths that don’t match the pattern.