pub fn expand_tilde_path(path: &Path) -> Result<Cow<'_, Path>>Expand description
Expands the tilde (~) component of the Path to the home directory.
ยงErrors
Returns:
Error::NotFoundif the home directory cannot be found.Error::Emptyif the home directory is empty.