====== Close ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Closes an open TextStream file ===== Syntax ===== ==== JavaScript ==== WshTextStream.Close(); ==== Visual Basic Script ==== WshTextStream.Close ==== C++ ==== HRESULT hr = WshTextStream.Close(); ===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~
WshTextStream.Close();
WshTextStream.Close
HRESULT hr = WshTextStream.Close();