normalize_path

Function normalize_path 

Source
pub fn normalize_path(filename: &str) -> Result<String, PathError>
Expand description

Utility function to handle tilde expansion of a path.

ยงErrors