Home > Technical > INI Files > Location Of DYNAMIC.INI
The system looks for the DYNAMIC.INI in the following locations and the following order. Note, ReadEnvironmentVar is a Delphi command that reads the value of an environment variable. Windows provides a number of environment variables and you can define others in the user's profile.
ReadEnvironmentVar('DRSINIPATH')\DYNAMIC.INI
ReadEnvironmentVar('HOMEPATH')\DYNAMIC.INI
\ drsapps\DYNAMIC.INI
ReadEnvironmentVar('WINDIR')\DYNAMIC.INI
ReadEnvironmentVar('HOMEPATH')\ WINDOWS\DYNAMIC.INI
The directory in which the application was run from.
'DYNAMIC.INI'. This will then be controlled by where ever Windows wants to look.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |