pkg_info_path (public)

 pkg_info_path pkg_info

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Parameters:
pkg_info
Returns:
The full path of the packages dir stored in the package info map. Assumes that the info file is stored in the root dir of the package.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_selection_widget apm_package_selection_widget (private) pkg_info_path pkg_info_path apm_package_selection_widget->pkg_info_path packages/acs-admin/www/apm/packages-install-3.tcl packages/acs-admin/ www/apm/packages-install-3.tcl packages/acs-admin/www/apm/packages-install-3.tcl->pkg_info_path packages/acs-admin/www/apm/packages-install-4.tcl packages/acs-admin/ www/apm/packages-install-4.tcl packages/acs-admin/www/apm/packages-install-4.tcl->pkg_info_path pkg_info_spec pkg_info_spec (public) pkg_info_path->pkg_info_spec

Testcases:
No testcase defined.
Source code:
    return [file dirname [pkg_info_spec $pkg_info]]
Generic XQL file:
packages/acs-tcl/tcl/apm-install-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-install-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-install-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: