Skip to main content

disk_usage

Function disk_usage 

Source
pub fn disk_usage(path: &Path) -> Option<(u64, u64)>
Expand description

Return (total_bytes, free_bytes) for the filesystem containing path.