getExecDir
First introduced in version: 2.00.16.2
Syntax
getExecDir()
Arguments
None
Details
Get the absolute path of the directory where the dolphindb executable file is located.
Return value: a STRING scalar.
Examples
getExecDir()
// output: /home/dolphindb/server
