This tag causes the specified list of directories to be prefixed before the contents of any existing
RUNPATH environment variable that is inherited from the system environment. Any number of directories may be specified, separated
by commas or semi-colons (however, note that colons are not separators). If any
dir contains spaces characters, it must be surrounded by double quotes. Directory names may not contain commas or semicolons.
This tag is a session attribute and remains in effect until the session ends or another
RunPath tag is encountered, which will replace the directory list set by the previous
RunPath tag. To clear the run path, specify
{{ RunPath() }}. Note that the .srf directory cannot be removed from the
RUNPATH sent to the service program.
This tag must precede the
StartService tag or it will be ignored by the application.
Relative directories in the list are interpreted to be relative to the directory that contains the
.srf
file for the page being processed. This is the current directory that is set when the Service Engine begins to execute.
To explicitly reference the directory that contains the current
.srf file, add
. (that is,
current directory) to the path.