the
progPath
of
factor
progPath
(
expression )
Factor and expression yield string
s.
The progPath
function returns the path of the application with the specified name. If no such application can be found, the progPath
function returns empty
. In OpenXION, the locations searched for applications are determined by the applicationPaths
property.
The progPath
function is specific to OpenXION; it is not part of the XION Scripting Language Standard.
To use this function, OpenXION's security settings must allow the FILE_SYSTEM_READ
security key. If the required security key is denied, a script error will be triggered.
open
, applicationPaths
, appFile
, docPath
, docFile
, appOrDocPath
, appOrDocFile