Microsoft® Visual Basic® Scripting Edition
ReadAll Method
| Language Reference 
| Home | Site Map |

 

See Also                    Applies to


Description
The ReadAll method reads an entire file and returns a string as the result.

Syntax

ReadAll()

Remarks
For large files, using the ReadAll method is wasteful of memory resources. Other techniques should be used to input a file, such as reading a file line by line.


© 1996 by Microsoft Corporation.