apm_workspace_install_dir (public)

 apm_workspace_install_dir

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

Return the path to the installation directory of the apm-workspace, creating the directory if necessary.

Testcases:
apm_workspace_directories
Source code:
    set base_path [apm_workspace_dir]
    set install_path "$base_path/install"
    return [apm_mkdir $install_path]
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

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

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

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