axlImportSetup
axlImportSetup(t_sessiont_path l_tags[t_historyName] [s_operation]) => t / nil
Description
Imports the setup from a file. The list of tags passed are the top-level elements like vars, tests, etc to import.
Arguments
|
Name of the history from where you need to import the setup. |
||
Value Returned
Examples
Imports the setup from the given file.
session = axlGetWindowSession(hiGetCurrentWindow())
"session1"
axlImportSetup(session "/tmp/exported.sdb" '("vars") "" 'retain)
=> t
Return to top