apm_files_load (private)
apm_files_load [ -force_reload ] [ -callback callback ] files
Defined in packages/acs-tcl/tcl/apm-file-procs.tcl
Load the set of files into the currently running Tcl interpreter.
- Switches:
- -force_reload (optional, boolean, defaults to
"0"
)- Indicates if the file should be loaded even if it is already loaded in the interpreter.
- -callback (optional, defaults to
"apm_dummy_callback"
)- Parameters:
- files (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.