Function GetDiskSpaceInformation

Source
pub fn GetDiskSpaceInformation(
    root_path: &str,
) -> SysResult<DISK_SPACE_INFORMATION>
Available on crate feature kernel only.
Expand description