Basepaths
The Basepaths tab shows the available basepaths configurations. A basepaths configuration defines a directory structure that a AMT-COBOL application can use. There can be as many basepaths configurations as needed. Shown is also in what application configurations this basepaths configuration is used and what applications are using this basepaths configuration.
To add a new basepaths configuration click the Add button and to change an existing one select that basepaths configuration and click the Edit button. A basepaths configuration can also be copied using the Copy button.
When Add or Edit has been clicked the edit window shown below will appear in which the appropriate entries can be made. In case of adding a new configuration all the fields will be empty of course. In case of Copy all the field values will be copied with the exception of the Description field which will be empty.
As shown in this example there are some environment variables for default paths.
%SYSROOT% = the system base path as defined in the base setup
%APPNAME% = the name of the application
%APPROOT% = the application base path as defined in the Application settings.
For the last variable to work the directory name of the application should be the same as the name of the application of course.
Field description
- Description: Free to choose description (name) of the basepath configuration
- Configurations: The list of the configuration sets using this basepath configuration
- Applications: The list of the applications using this basepath configuration
- Script path: The path to the directory where the scripts reside
- Extract path: The path to the directory where the extracts will be stored by default
- Print path: The path to the directory where the prints will be stored by default
- Call path: The path to the directory where the external libraries (dll's) reside
- Help path: The path to the directory where the help pages of the forms or popup forms will be stored
- Logging path: The path to the directory where the log files of the application will be stored
- Image path: The path to the directory where the images belonging to the application reside
Using a local path instead of a network path for the extract path can dramatically impact performance in a positive way. |