Function nix::sys::stat::fstatat

source ·
pub fn fstatat<P: ?Sized + NixPath>(
    dirfd: RawFd,
    pathname: &P,
    f: AtFlags
) -> Result<FileStat>