normalize_user_path

Function normalize_user_path 

Source
pub(super) fn normalize_user_path(raw: &str) -> Result<PathBuf, PathError>
Expand description

Normalize a user-provided path, expanding ~ and making it absolute.