thunderSnow 0 Posted January 25, 2011 Hey all, I'm having a bit of trouble trying to read specific bytes in a file. I'm just not understanding something apparently. Could someone be so gracious enough as to show me a snippet of code that (for example) would read bytes 512-519 (8 bytes in length) of a file located at say, d:\readTest.file ? Thanks in advance, I appreciate any help. Share this post Link to post Share on other sites
PsaltyDS 39 Posted January 25, 2011 FileOpen(), FileSetPos(), FileRead(). See help file under FileSetPos() for example. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
thunderSnow 0 Posted January 25, 2011 It was my understanding that FileRead() is used for text files only, which doesn't help me. I had been playing around with the _WinAPI functions, but when I attempt _WinAPI_ReadFile(), the action fails. Share this post Link to post Share on other sites
thunderSnow 0 Posted January 25, 2011 Never mind I've got it figured out now, thanks anyways. Share this post Link to post Share on other sites