getExecDir
First introduced in version: 3.00.3.1
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
