Function readlink

fn readlink<P: ?Sized + NixPath>(path: &P) -> Result<OsString>

Read value of a symbolic link

See Also