I'd like to read memory location of file content on ntfs and fat, please offer a hint or so for me to move on.
Thanks,
Kim Tu :D
Printable View
I'd like to read memory location of file content on ntfs and fat, please offer a hint or so for me to move on.
Thanks,
Kim Tu :D
Do you mean directly reading (low level) from fat or ntfs, or simply read a file from disk ?
Thank you, either fat or ntfs is fine, I'd like to know where the content is located (from the beginning to the end) once I save a file (.txt) on disk.
I don't think I need readfile or filestream.
See if this can help...
http://msdn.microsoft.com/en-us/libr...(printer).aspx
What exactly are you trying to do?
Do you want to know on which sectors your file is stored?
Or do you just want to read the whole file into memory?
or...?