Microsoft® Visual Basic® Scripting Edition ReadAll Method |
Language Reference Version 2 |
Reads an entire TextStream file and returns the resulting string.
object.ReadAllThe object is always the name of a TextStream object.
For large files, using the ReadAll method wastes memory resources. Other techniques should be used to input a file, such as reading a file line by line.