Function pd::testnet::config::canonicalize_path

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

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