Function nix::fcntl::readlink

source ·
pub fn readlink<P: ?Sized + NixPath>(path: &P) -> Result<OsString>
Expand description

Read value of a symbolic link

§See Also