apm_load_apm_file (public)
apm_load_apm_file [ -callback callback ] [ -url url ] [ file_path ]
Defined in packages/acs-tcl/tcl/apm-file-procs.tcl
Uncompresses and loads an APM file into the filesystem.
- Switches:
- -callback (optional, defaults to
"apm_dummy_callback"
)- -url (optional)
- If specified, will download the APM file first.
- Parameters:
- file_path (optional)
- Returns:
- If successful, a path to the .info file of the package uncompressed into the apm-workspace directory
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.