Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Close ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Closes an open TextStream file ===== Syntax ===== ==== JavaScript ==== <code javascript> WshTextStream.Close(); </code>==== Visual Basic Script ==== <code vb> WshTextStream.Close </code>==== C++ ==== <code cpp> HRESULT hr = WshTextStream.Close(); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~