scripting:api:syntax:user-file-path

UserFilePath

Property of ISyntax

User file path property

Read-Only Property of type BSTR

var sVal = Syntax.UserFilePath;

==== Visual Basic Script ====

sVal = Syntax.UserFilePath

==== C++ ====

BSTR sVal;
HRESULT hr = Syntax.get_UserFilePath(&sVal);

===== See Also ===== ISyntax