C# library for file system info?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to do some fun low-level DiskInfo kind of program. I can find how to do the basic stuff like logical drives, file attributes, sizes, etc... But I also want to get more in depth. How can I get to info like physical drives, file system used, number of file fragments, track size, file slack, etc... ? Can anyone point me to a library, class, tutorial, article, anything for doing some of these things in C#/.Net ? Thanks.
There are only 10 types of people in this world....those that understand binary, and those that do not.