Function fs2::free_space [−][src]
pub fn free_space<P>(path: P) -> Result<u64> where
P: AsRef<Path>,
Returns the number of free bytes in the file system containing the provided path.
pub fn free_space<P>(path: P) -> Result<u64> where
P: AsRef<Path>,
Returns the number of free bytes in the file system containing the provided path.