::pulse::GetWorkingDir

Returns the working directory path.

Syntax
::pulse::GetWorkingDir
Type
Pulse Tcl API command.
Description
Returns the path of the working directory where the process is running from.
Version History
2021.2

Example

#Load Pulse API
set api_dir $::env(ALTAIR_PULSE_API)
set tcl_dir [file join $api_dir "tcl"]
lappend ::auto_path $tcl_dir
package require pulse

::pulse::GetWorkingDir