Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetSetupDBDir

axlGetSetupDBDir( 
x_hsdb 
) 
=> t_dir / nil 

Description

Returns the path to the directory of the specified setup database.

Arguments

x_hsdb

Handle to the specified setup database.

Value Returned

t_dir

The path to the setup database directory is returned.

nil

The path to the setup database directory is not 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

axlCreateSession

axlSetMainSetupDB


Return to top
 ⠀
X