Skip to main content

resolve_path

Function resolve_path 

Source
fn resolve_path(path: &str, cwd: &str) -> String
Expand description

Resolve path relative to the current working directory when it is not absolute. Returns the normalized absolute path.