====== FullName ====== Property of [[:scripting:api:wscript:start|IWScript]] ===== Description ===== Returns the fully qualified path of the host executable ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sVal = WScript.FullName; ==== Visual Basic Script ==== sVal = WScript.FullName ==== C++ ==== BSTR sVal; HRESULT hr = WScript.get_FullName(&sVal); ===== See Also ===== [[:scripting:api:wscript:start|IWScript]] ~~NOTOC~~