package com.javaniu;

import java.io.File;

public class FreeDiskSpace {

	public static void main(String[] args) {
		File file = new File("c:");
		long totalSpace = file.getTotalSpace();
		long freeSpace = file.getFreeSpace();
		long usedSpace = totalSpace - freeSpace;

		System.out.println("总空间大小 : " + totalSpace / 1024 / 1024 / 1024 + "G");
		System.out.println("剩余空间大小 : " + freeSpace / 1024 / 1024 / 1024 + "G");
		System.out.println("已用空间大小 : " + usedSpace / 1024 / 1024 / 1024 + "G");
	}

}
最近下载更多
qq1633  LV6 2月19日
uilgil  LV1 2022年10月29日
jaonsang  LV25 2021年5月6日
382510235  LV2 2019年6月10日
饕餮怎么样  LV1 2018年12月29日
qiqi0227  LV5 2017年8月20日
leiyaoyao  LV1 2017年2月28日
1272482848  LV2 2016年7月13日
回眸尽相思  LV8 2015年9月23日
362808715  LV2 2015年3月25日
最近浏览更多
ChenZheMeng  LV3 3月20日
qq1633  LV6 2月19日
uilgil  LV1 2022年10月29日
158186  LV1 2021年10月10日
jaonsang  LV25 2021年5月6日
liqian木子李 2020年12月26日
暂无贡献等级
就为了好玩 2020年11月10日
暂无贡献等级
wei112233  LV15 2020年5月20日
wefashe  LV4 2020年4月20日
bjgaocl  LV13 2020年3月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友