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

ddObjIsInTmp

ddObjIsInTmp(
b_objId
)
=> t / nil

Description

Checks if the object exists in the temporary directory. A temporary directory for a library is defined by putting a TMP attribute on the library with an ASSIGN statement in a cds.lib file. The library itself is considered the master directory.

Arguments

b_objId

ID of the object.

Value Returned

t

The object is in the temporary directory.

nil

The object is not in the temporary directory.

Related Topics

ddObjIsInMaster


Return to top
 ⠀
X