getstringsetting

  • Version 4.0 and earlier: getstringsetting() function not available.
  • Version 5.0 and later: getstringsetting() function available.

Description

The getstringsetting() function returns the value of a string setting in the current policy server host settings file.

Syntax

getstringsetting (setting-name)

Arguments

setting-name

Required. The string setting to retrieve.

Return Values

A string that contains the value of the specified setting.

policyDirectory = getstringsetting("policydir");

For more information, please see the following: