getExecDir
First introduced in versions: 3.00.4, 3.00.3.1
Syntax
getExecDir()
Details
Get the absolute path of the directory where the dolphindb executable file is located.
Parameters
None
Returns
A STRING scalar.
Examples
getExecDir()
// output: /home/dolphindb/server
