Function foundry_compilers_core::utils::canonicalize
source ยท pub fn canonicalize(path: impl AsRef<Path>) -> Result<PathBuf, SolcIoError>
Expand description
Canonicalize the path, platform-agnostic.
On windows this will ensure the path only consists of /
separators.