pub fn resolve_homedir<'a, S: AsRef<Path> + ?Sized>( path: &'a S, ) -> Cow<'a, Path>
Replaces a “~” in the Path with the home directory.