Read File allocation table without using System.IO
Posted
by AZHAR
on Stack Overflow
See other posts from Stack Overflow
or by AZHAR
Published on 2010-06-01T09:44:28Z
Indexed on
2010/06/01
9:53 UTC
Read the original article
Hit count: 208
c#
i have a problem which is that i want to extract information about FAT(file allocation table) in C# but the restriction is i cannot use System.IO so How i get drive types?cluster information e.t.c
© Stack Overflow or respective owner