Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbFullLibPath

dbFullLibPath( 
t_libName
) 
=> t_fullLibPath / nil

Description

Returns the full library path of the specified library.

Arguments

d_libName

The name of the library.

Values Returned

t_fullPath

Full path for library.

nil

There is an error.

Examples

dbFullLibPath(myLibrary ) /myDir/myLibrary

Return to top
 ⠀
X