pub fn disk_available<P: AsRef<Path>>(path: P) -> Option<(bool, u64, u64)>
Expand description

获取指定路径所在磁盘的可用状态,可用容量和可用比率