If UseThisFile and GlobalFile have no values, AutoValue tries to read the path to a global file from the settings listed below.
Note that none of the settings listed below are used unless both UseThisFile or GlobalFile are empty.
|
What it specifies |
|
| GlobalFilePath_File |
The name of the file that specifies the path to the file where database settings are specified. (To specify the actual file name, use GlobalFilePath_FileName, described below.) |
|
GlobalFilePath_Section |
Which section (in the file found by following GlobalFilePath_File) contains the setting specified by GlobalFilePath_Key. Specify the section without using brackets. |
|
GlobalFilePath_Key |
Which setting specifies the path to the file that contains the database settings that AutoValue should use. |
|
GlobalFilePath_FileName |
The name of the file that contains the database settings that AutoValue should use. |
This example means that in the [Directory] section in Eilocal.ini there is a sapinifile setting that specifies the path where sapinifile.ini is located. Sapinifile.ini in turn contains a [Database] section that specifies database settings for the AutoValue add-on.
GlobalFilePath_File=eilocal.ini
GlobalFilePath_Section=directory
GlobalFilePath_Key=sapinifile
GlobalFilePath_FileName=sapinifile.ini