Skip to main content

parse_path

Function parse_path 

Source
pub fn parse_path(s: &str) -> String
Expand description

Parse a Git path value (expand ~/ to home directory). Parse a path value. Returns the resolved path string. Does NOT handle :(optional) prefix — use parse_path_optional for that.