resolve_homedir

Function resolve_homedir 

Source
pub fn resolve_homedir<'a, S>(path: &'a S) -> Cow<'a, Path>
where S: AsRef<Path> + ?Sized,
Available on crate feature polars-io only.
Expand description

Replaces a “~” in the Path with the home directory.