Re: Searching for Fastest Way to Input a File
- Posted by jimcbrown (admin) May 14, 2014
- 2789 views
DerekParnell said...
nor will files with more than (power(2,31)-1) bytes long, due to a limitation in the seek() function.
Can you elaborate on this? Even the 32bit version is suppose to work with 4GB+ sized files. Large file size support was added back when 4.0.0 was alpha. If this no longer works, it's a bug with the existing functionality.