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

pub fn statx<'f, P: Arg, Fd: AsFd<'f>>(
    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 older Linux; returns ENOSYS in that case.