How can I programmatically access the file allocation entries (FAT) in Windows? I have read the articles which mention reading 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 http://www.ntfs.com were helpful in understanding what to read on the FAT, but didn't clarify how to do so programmatically.