rustix::fsFunction statfs
Source pub fn statfs<P: Arg>(path: P) -> Result<StatFs>
Available on crate feature fs
only.
Expand description
statfs
—Queries filesystem metadata.
Compared to statvfs
, this function often provides more information,
though it’s less portable.
§References