Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have 4 drives in my system..

I need to know the following details in my drives programatically..
Total space
Free space
usage space

I have to find this details in either VB Script or else any other programming language..

Thank you
Posted

1 solution

If you're working with local drives, then you can use DriveInfo[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-May-12 16:22pm    
Right, a 5.
--SA
Wendelius 10-May-12 16:26pm    
Thanks :)
Sandeep Mewara 10-May-12 23:14pm    
Yep 5!
Wendelius 11-May-12 0:57am    
Thank you Sandeep :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900