Skip to main content

free_space

Function free_space 

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

Returns the number of free bytes in the file system containing the provided path.