Jump to content

fastest way to open and read file in binary mode


Recommended Posts

Hi, I want to know what is best way to read a file in binary mode (File size is 15MB at max) (I need to be able to move and read in file freely)
Currently I tried FileRead with file handle, but its speed will slow down after some time (I think becuse it get further in file)
also I tried to first read all file and then read Binary File byte by Byte with BinaryMid, But it was even more slower

what can I do for achieve More speed?

 

Link to comment
Share on other sites

  • Jos locked this topic
  • Developers

You seriously think reporting me is going to help your cause? Thought you were smarter than that...  But I've been wrong before. 

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...