AMT Help Files

Basepaths

The Basepaths tab shows the available basepaths configurations. A basepaths configuration defines a directory structure that a AMT application can use. There can be as many basepaths configurations as needed. The page also shows in which application configurations this basepaths configuration is used and which applications use it.

Basepaths list in Control Center

To add a new basepaths configuration, click the Add button. To change an existing one, select the configuration and click the Edit button. A basepaths configuration can also be copied by using the Copy button.

When you click Add or Edit, the edit window shown below appears, where you can enter the appropriate values. When you add a new configuration, all fields are empty. When you copy a configuration, all field values are copied except the Description field, which remains empty.

Basepaths configuration edit dialog

As shown in this example, some environment variables are available for default paths.

 Variable Description Example
%SYSROOT% The system basepath. %SYSROOT%\Logging
%APPNAME% The name of the application. %SYSROOT%\Scripts\%APPNAME%
%APPROOT% The application base path as defined in the Application settings. *
%USER% The user name of the current user. **


* For the %APPROOT% variable to work, the directory name of the application should be the same as the application name.
** The %USER% variable can be used for the Download and Upload paths. The variable is converted to the user name at runtime.

Field description

Some locations set as basepaths can be referenced in code by using Configuration Parameters.
Using a local path instead of a network path for the extract path can dramatically improve performance.

Contents