What is the fastest way to read an entire file !

I did some test and FSO is faster when I use TextStreamObject.ReadAll then using the old Open and looping with Input, which was way slower.

But I looks like the .ReadAll is limited is size, could that be ?