Toolset specific aFunctions

AL_BASE_DIR

AL_BASE_DIR([Boolean normalize=false])

Function to resolve the AdapLink Service Base Directory.

Arguments:
  • normalize (java.lang.Boolean) – (Optional) when true then the value returned is normalized.
Return-type :

java.lang.String

Returns:

Returns the installation directory of AdapLink service.

Example:

=AL_BASE_DIR()
Output: "C:\AdapChain\AdapLink service"

=AL_BASE_DIR(true)
Output: "C:/AdapChain/AdapLink service"

Table Of Contents

Previous topic

String aFunctions

Next topic

XML aFunctions

This Page