Function posish::fs::statx[][src]

pub fn statx<P: Arg, Fd: AsFd>(
    dirfd: &Fd,
    path: P,
    flags: AtFlags,
    mask: StatxFlags
) -> Result<Statx>
Expand description

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

Note that this isn’t available on Linux before 4.11; returns ENOSYS in that case.