pub fn read_link<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Reads a symbolic link, returning the file that the link points to.
Wrapper for std::fs::read_link.
std::fs::read_link