apm_workspace_dir (public)

 apm_workspace_dir

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

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

Testcases:
apm_workspace_directories
Source code:
    set path [ad_file join $::acs::rootdir apm-workspace]
    return [apm_mkdir $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: