pltIBuildPlotsCtrl GetActiveFilename

Finds the active file’s filepath.

Syntax

pltIBuildPlotsCtrl_handle GetActiveFilename

Application

Tcl Query

Description

This command finds the active file’s filepath (the location of the file on the computer).

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetActiveFilename;

Errors

Success (the filepath) or an error message is returned.

Keywords

Tcl

Build Plots

Query