@PATH(<key>)
Description
Returns the full path for the specified identifier as defined in the [PATHS] section of paths.ini, in the dco_<app_name> folder of the application. The function that is supported by this special variable was replaced by the Datacap Application Manager and the @APPPATH special variable.
Example
In this example, the smart parameter returns the path to the image folder of the APT application. This folder is defined in the paths.ini file that is shown on the right.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("@PATH(VscanImageDir)") Return value: C:\Datacap\APT\Images\Input |
|