Skip to main content

statfs

Function statfs 

Source
pub fn statfs<P>(path: &P) -> Result<Statfs, Errno>
where P: NixPath + ?Sized,
Expand description

Describes a mounted file system.

The result is OS-dependent. For a portable alternative, see statvfs.

ยงArguments

path - Path to any file within the file system to describe