new_DMDirector
Gets handle on Data Manager Director.
Syntax
new_DMDirector <DefaultSettings> <Path to master.db>
Type/Class
DMDirector
Description
- DefaultSettings
- Path to the library manager .xml file, which has the path to parsers, indexer, and so on.
- Path to master.db
- Path to master.db, which is the database file containing all of the information needed to manage libraries.
Examples
set altairHome [file dirname $::env(ALTAIR_LIB_MGR_PATH)]
set fileDefaultSettings [file join "$altairHome" hw tcl hweDataMgr librarymanager.xml]
set settings [CreateDefaultSettings "$fileDefaultSettings"]
set director [new_DMDirector $settings {C:\Documents and Settings\username\.Altair\11.1\hwe\organize\master\master.db}]