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.
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.

 

Previous Page Next Page