Environment variables / Genero environment variables |
Defines the paths to search for program resource files.
Use FGLRESOURCEPATH instead of DBPATH to define resource directories.
When FGLRESOURCEPATH is not defined, DBPATH environment variable is used to define the search paths for:
By the default, the runtime system looks for resource files is the current directory.
DBPATH must contain a list of paths, separated by the operating system specific path separator.
The path separator is platform specific ( ":" on UNIX™ platforms and ";" on Windows™ platforms).
If FGLRESOURCEPATH is defined, DBPATH is ignored by the runtime system and FGLRESOURCEPATH is used instead.
DBPATH="/user/forms1:/user/forms2:/usr/strings/french" export DBPATH
Windows example:
set DBPATH=C:\user\forms1;C:\user\forms2;C:\usr\strings\french