karyon_core::util

Function tilde_expand

Source
pub fn tilde_expand(path: &str) -> Result<PathBuf>
Expand description

Expands a tilde (~) in a path and returns the expanded PathBuf.