hwISession SetSessionFileName

Sets the session file name.

Syntax

hwISession_handle SetSessionFileName fileName

Application

Tcl Modify

Description

This command sets the session file name.

Inputs

fileName
The name that you want to call the session file.

Example

hwi GetSessionHandle sess;
sess SetSessionFileName NewSession;

Error

Returns success (0) or an error code.

Keywords

Tcl

Modify