apm_load_libraries

EveAndersson.com : API Browser : apm_load_libraries

apm_load_libraries

apm_load_libraries procs_or_init
Defined in packages/acs-core/apm-procs.tcl

Loads all -procs.tcl (if $procs_or_init is "procs") or -init.tcl (if $procs_or_init is "init") files into the current interpreter for installed, enabled packages. Only loads files which have not yet been loaded. This is intended to be called only during server initialization (since it loads libraries only into the running interpreter, as opposed to in *all* active interpreters).

Parameters:
procs_or_init
[ show source ]

Show another procedure:

eve@eveandersson.com