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

Returns the available space in bytes to non-priveleged users in the file system containing the provided path.