[go: up one dir, main page]

read_link

Function read_link 

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

Reads a symbolic link, returning the file that the link points to.

Wrapper for fs::read_link.