Function nix::fcntl::readlinkat

source ·
pub fn readlinkat<P: ?Sized + NixPath>(
    dirfd: RawFd,
    path: &P
) -> Result<OsString>