foundry_common::fs

Function read_link

Source
pub fn read_link(path: impl AsRef<Path>) -> Result<PathBuf, FsPathError>
Expand description

Wrapper for std::fs::read_link.