acs_package_root_dir

one of the documented procedures in this installation of the ACS
Usage:
acs_package_root_dir   package
What it does:
Returns the path root for a particular package within the ACS installation.
Defined in: /web/philip/packages/acs-core/20-apm-load-procs.tcl

Source code:


    return "[acs_root_dir]/packages/$package"


philg@mit.edu