====== 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 ====
var sVal = Syntax.SpecFilePath;
==== Visual Basic Script ====
sVal = Syntax.SpecFilePath
==== C++ ====
BSTR sVal;
HRESULT hr = Syntax.get_SpecFilePath(&sVal);
===== See Also =====
[[:scripting:api:syntax:start|ISyntax]]
~~NOTOC~~