[][src]Function posish::fs::readlinkat

pub fn readlinkat<P: Arg, Fd: AsRawFd>(
    dirfd: &Fd,
    path: P,
    reuse: OsString
) -> Result<OsString>

readlinkat(fd, path)

If reuse is non-empty, reuse its buffer to store the result if possible.