====== AtEndOfStream ======
Property of [[:scripting:api:wsh-text-stream:start|IWshTextStream]]
===== Description =====
Returns true if the file pointer is at the end of a TextStream file; false if it is not. Read-only
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var EOS = WshTextStream.AtEndOfStream;
==== Visual Basic Script ====
EOS = WshTextStream.AtEndOfStream
==== C++ ====
VARIANT_BOOL EOS;
HRESULT hr = WshTextStream.get_AtEndOfStream(&EOS);
===== See Also =====
[[:scripting:api:wsh-text-stream:start|IWshTextStream]]
~~NOTOC~~