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. ====== SpecFilePath ====== Property of [[:scripting:api:syntax:start|ISyntax]] ===== Description ===== Specification file path property ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sVal = Syntax.SpecFilePath; </code>==== Visual Basic Script ==== <code vb> sVal = Syntax.SpecFilePath </code>==== C++ ==== <code cpp> BSTR sVal; HRESULT hr = Syntax.get_SpecFilePath(&sVal); </code>===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~