2
Answers

How to know free space & usage space in hard drive programatically

SIVA

SIVA

12y
2.8k
1
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


Answers (2)
0
Vulpes

Vulpes

NA 98.3k 1.5m 12y
If you're using .NET, you can get this information using the System.IO.DriveInfo class.

Check out the example in the MSDN docs:

http://msdn.microsoft.com/en-us/library/system.io.driveinfo.aspx
Accepted
0
Glenn Sanchez

Glenn Sanchez

NA 133 30.3k 12y
I think you can also use performance counters. Check this out: http://www.codeproject.com/Articles/8590/An-Introduction-To-Performance-Counters