resolve_homedir

Function resolve_homedir 

Source
pub fn resolve_homedir<'a, S: AsRef<Path> + ?Sized>(
    path: &'a S,
) -> Cow<'a, Path>
Expand description

Replaces a “~” in the Path with the home directory.