ReadAll
Method of IWshTextStream
Description
Reads an entire TextStream file and returns the resulting string
Parameters
Return Value
- BSTR Text
Syntax
JavaScript
var Text = WshTextStream.ReadAll();
==== Visual Basic Script ====
Text = WshTextStream.ReadAll
==== C++ ====
BSTR Text; HRESULT hr = WshTextStream.ReadAll(&Text);
===== See Also ===== IWshTextStream