ReadAll Method (Windows Script Host)
Returns all characters from an input stream.
object.ReadAll
How is the behaviour defined?
Does it behave the same on WScriptExec.StdOut and WScriptExec.StdErr compared to WScript.StdIn?
Does it block if there is nothing to read, or does it return immediately?
If it blocks, how can the user tell in advance whether there is anything to read to avoid blocking?
Does AtEndOfStream tell you if there is anything to read, or does it just tell you when the stream is closed?
Does it block if there is nothing to read, or does it return immediately?
If it blocks, how can the user tell in advance whether there is anything to read to avoid blocking?
Does AtEndOfStream tell you if there is anything to read, or does it just tell you when the stream is closed?
- 3/26/2009
- Benhaha