HyperWorks Desktop

WorkSpace_GetWorkingDir

WorkSpace_GetWorkingDir

Previous topic Next topic No expanding text in this topic  

WorkSpace_GetWorkingDir

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME


WorkSpace_GetWorkingDir

 

 

SYNTAX


WorkSpace_ GetWorkingDir <workspace handle>

 

TYPE/CLASS


Workspace

 

DESCRIPTION  


To get the path for the workspace

workspace handle

Workspace handle used to get the folder path

 

 

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.2\hwe\organize\master\master.db}

set repos [LibraryList]

DMDirector_GetRepositories $director $repos username ""

set wslist [WorkSpaceList]

DMDirector_GetWorkspaces $director $wslist username

set ws [WorkSpaceList_at $wslist 0]

set wsusername [WorkSpace_GetWorkingDirName $ws]

 

ERRORS


 

SEE ALSO


LibraryList_at

new_DMDirector