Function nix::sys::stat::fstatat

source ·
pub fn fstatat<P: ?Sized + NixPath>(
    dirfd: Option<RawFd>,
    pathname: &P,
    f: AtFlags
) -> Result<FileStat>
Available on crate feature fs only.