Skip to main content

resolve_homedir

Function resolve_homedir 

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

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