Function rustix::fs::statx

source · []
pub fn statx<P: Arg, Fd: AsFd>(
    dirfd: Fd,
    path: P,
    flags: AtFlags,
    mask: StatxFlags
) -> Result<Statx>
Available on crate feature fs only.
Expand description

statx(dirfd, path, flags, mask, statxbuf)

This isn’t available on Linux before 4.11; it returns ENOSYS in that case.

References