scripting:api:wsh-text-stream:at-end-of-line

Action unknown: addtobook

AtEndOfLine

Property of IWshTextStream

Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. Read-only

Read-Only Property of type VARIANT_BOOL

var EOL = WshTextStream.AtEndOfLine;
EOL = WshTextStream.AtEndOfLine
VARIANT_BOOL EOL;
HRESULT hr = WshTextStream.get_AtEndOfLine(&EOL);