hwISession GetSessionFileName
Gets the session file name.
Syntax
hwISession_handle GetSessionFileName
Application
HyperWorks Tcl Query
Description
This command gets the session file name (if the session has been given a file name). If the session has not been given a filename, nothing is returned.
Example
hwi GetSessionHandle sess;
sess GetSessionFileName;
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Query