开发者

c# 2010 code for getting the free space of the HDD [duplicate]

开发者 https://www.devze.com 2023-02-09 01:31 出处:网络
This question already has answers here:开发者_高级运维 Closed 12 years ago. Possible Duplicate: How do I retrieve disk information in C#?
This question already has answers here:开发者_高级运维 Closed 12 years ago.

Possible Duplicate:

How do I retrieve disk information in C#?

hi dudes. I wanna a code in c# 2010 which gets the free space of the drive.


you can use DriveInfo and use the property TotalFreeSpace

0

精彩评论

暂无评论...
验证码 换一张
取 消