Written by

Systems Management Specialist
Question Pietro Montorfano · Mar 6, 2023

Knowing where the current IRIS dir is

Hi,
is there a way to know where IRIS or CACHE current instance is installed from objectscript?

Something like "iris list"

It will be easy to make a $ZF, iris qlist, and get the info, but i hope that there's something less complex than that.

Thanks

Pietro

Comments

Robert Cemper · Mar 6, 2023

$system.Util.InstallDirectory()
classmethod InstallDirectory() as %String

Returns the location of the installation directory, i.e. that which is displayed by ccontrol on Unix and VMS, where the .cpf configuration file is kept.

0