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.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set path [ad_file join $::acs::rootdir apm-workspace] if { [ad_file isdirectory $path] } { return $path } else { 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