resolve_relative_path

Function resolve_relative_path 

Source
pub fn resolve_relative_path(
    current_dir: impl AsRef<Path>,
    path_str: &str,
) -> String
Expand description

Resolves the relative path to an absolute path.