


APPLY-FILE-PATH* - When set to "1" (on, true, yes), this variable causes the FILE-PREFIX variable to be applied to data files with full path names (those beginning with "/", forward slash). Otherwise, FILE-PREFIX is not applied to files with full path names. For example, if your application specifies the file:
/accounting/data/ind.dat
and your FILE-PREFIX variable is set to:
FILE-PREFIX /master_data
and APPLY-FILE-PATH is set to "on", the runtime will look for your file in:
/master_data/accounting/data/ind.dat
The default value of APPLY-FILE-PATH is "0" (off).