[−][src]Function places::util::normalize_path
pub fn normalize_path(p: impl AsRef<Path>) -> Result<PathBuf>
As best as possible, convert p
into an absolute path, resolving
all symlinks along the way.
If p
is a file url, it's converted to a path before this.