hi i want to know how can i programatically access the file allocation entries (FAT) in my windows operating system. I have read the articles which mention to read entries at a particular address in the harddisk, but how can i read those entries from the harddisk. I can try in C,C++,C# or VB.
The tutorials on www.ntfs.com were helpful in understanding what to read on the FAT but it didn't clarify how can i do so programatically.