Function statat
pub fn statat<P, Fd>(dirfd: Fd, path: P, flags: AtFlags) -> Result<stat, Errno> ⓘ
Available on crate feature
dep_rustix
only.Expand description
fstatat(dirfd, path, flags)
—Queries metadata for a file or directory.
Mode::from_raw_mode
and FileType::from_raw_mode
may be used to
interpret the st_mode
field.