ReadAll Method
Object:
TextStream
Syntax:
ReadAll ()
Returns:
An array of text characters
Description:
This method reads the entire contents of the file into an array of text characters. In Automation terms, this is a
VT_BSTR
type.
Note:
For performance purposes, it is not recommended to read very large files into memory on a web server, as this may significantly tax server resources.
Copyright © 2010 SoftArtisans, Inc. All rights reserved.