Skip to main content

statvfs

Function statvfs 

Source
pub fn statvfs<P>(path: P) -> Result<FsStats, Error>
where P: AsRef<Path>,
Expand description

Get the stats of the file system containing the provided path.