Hi,all: i will get disk information by using c#,what i should do? thanks!
|
|
For most information, you can use the DriveInfo class.
|
||||||
|
|
|
You may use classes in For details read this and this article. To know more about the System.IO namespace, read Microsoft's documentation here. |
||
|
|
|
|
If by disk information, you mean information about the hard drives, etc: http://adventures-in-csharp.blogspot.com/2006/09/getting-disk-information-in-c.html If you mean loading files from the disk: |
||
|
|
|
|
Check the DriveInfo Class and see if it contains all the info that you need. |
||
|
|
|
|
Use System.IO.DriveInfo class http://msdn.microsoft.com/en-us/library/system.io.driveinfo.aspx |
||
|
|
|
|
What about mounted volumes, where you have no drive letter?
|
||||
|
