cdsGetInstPath
cdsGetInstPath( [t_name] ) =>t_string
Description
Returns the absolute path of the Cadence installation directory as a string. cdsGetInstPath is for the cds root hierarchy and is meant to be used by all Virtuoso and non-Virtuoso applications.
Arguments
|
The optional argument t_name is appended to the end of the cds root path with a directory separator if necessary. |
Value Returned
Examples
cdsGetInstPath()
=> "/cds/99.02/latest.il"
cdsGetInstPath("tools")
=> "/cds/99.02/latest.il/tools"
Related Topics
Return to top