
Chapter 5 Script Commands
Scripting Guide 83
BASEDIRECTORY
Syntax:
BASEDIRECTORY() ==> $DirectoryString
Description:
Obtains the base directory for the product.
Action:
Return a string giving the path of the base directory being used by the
product.
Parameters:
none
Returns:
String value giving the base directory path (e.g. "/usr/ics")
Example:
$Dir := BASEDIRECTORY()
LOG( LOG_FLT, "Base directory is " + $Dir", 9)
See Also:
Komentarze do niniejszej Instrukcji