Function simple_expand_tilde::expand_tilde
source · pub fn expand_tilde(path: impl AsRef<Path>) -> Option<PathBuf>Expand description
Expand the tilde (~) from within the provided path.
pub fn expand_tilde(path: impl AsRef<Path>) -> Option<PathBuf>Expand the tilde (~) from within the provided path.