axlGetSetupDBDir
axlGetSetupDBDir(x_hsdb) =>t_dir/ nil
Description
Returns the path to the directory of the specified setup database.
Arguments
Value Returned
Examples
Returns the path to the directory of the specified setup database.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetSetupDBDir( data_sdb )
=> "myLib/myCell/adexl"
Related Topics
Return to top