[go: up one dir, main page]

fs4

Function statvfs

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

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