hi guys can anyone provide me with any code to get the starting sector of a file on disk drive...i want to read the file using low level sector read and modify the file attributes..but on a fat32 or any fat file system the files ar arranged in FAT table ...i want to get the sector of the entry of file in /fat table of the file system as the attributes are saved in the FAT table entry of each file .can any one provide me with nay help....
i am able to read the fle with createFile and ReadFile
sector wise....i can search for the sector manually but it will take a lot of time so i was expecting for a faster direct and easier way to get starting sector of file ....any one plzzzz help if you can