treeSaveScreen
treeSaveScreen(
n_sessionWindowNum
t_file
)
=> t / nil
Description
Saves the visible hierarchy (filter settings in the Navigator are taken into account).
Arguments
Value Returned
Examples
Where 1 is the number of the session window where the Navigator is located and myScreen.xml is the file to store the content in the current working directory.
treeSaveScreen(1 "./myScreen.xml")
Related Topics
Return to top