pub fn string_to_path(path_string: &str) -> Result<PathBuf>
Convert a string into a valid, expanded and canonicalized path. Doesn’t check if the path exists.