pd::network::config

Function canonicalize_path

source
pub fn canonicalize_path(input: &str) -> PathBuf
Expand description

Expand tildes in a path. Modified from <https://stackoverflow.com/a/68233480>