scripting:api:wsh-text-stream:close

Close

Method of IWshTextStream

Closes an open TextStream file

WshTextStream.Close();

==== Visual Basic Script ====

WshTextStream.Close

==== C++ ====

HRESULT hr = WshTextStream.Close();

===== See Also ===== IWshTextStream