GetWorkDir

Returns the working directory path.

Syntax
GetWorkDir()
Type
Pulse OML API command.
Description
Returns the path of the working directory where the process is running from.
Version History
2022.1

Example

%Load Pulse API
mypath = getenv('ALTAIR_PULSE_API')
pulsepath = [mypath '/oml']
addpath(pulsepath)

GetWorkDir();