Locating flat files |
When searching for flat files (.con or .esi files), USoft Developer uses a strategy based on variables set in your Windows registry. These variables are InstallationDir, FileSearchPath and HomeDir. NOTE: FileSearchPath is also used to retrieve USoft resource files, such as USDI and USDIW. USoft Developer searches as follows:
•%T : default application directory: ( 'app' ) •%N : application name •%S : extension (.con/, .esi/ , etc) •%I : (=uppercase i) installation directory: Windows only •%i : home-directory: Windows only
NOTE: The Installation Directory is given by the value of the version key. (e.g. version 9.1.1A : C:\USD91).
|