[−][src]Function webext_storage::db::normalize_path
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.