What would be the best method to read files of any file size in Delphi? I know of a 2gb limitation in some i/o functions in Delphi, does this apply to all functions? Is the use of TFileStream the best option?
A little more information would be helpful.... do you want to read the whole file into memory at once? Does it NEED to all be in memory at once? .. or .. is it a record oriented file? .. or is it a variable-length-delimeted file .. or ..
???? When you say "...any size", is that record size, filesize?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.