getWorkDir
First introduced in versions: 3.00.4, 3.00.3.1
Syntax
getWorkDir()
Details
Gets the absolute path of the working directory at the time the dolphindb process is started.
Parameters
None
Returns
A STRING scalar.
Examples
getWorkDir()
// output: /home/dolphindb/server/clusterDemo
