Jump to content

Recommended Posts

Posted

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?

 

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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