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

ddGetObjWritePath

ddGetObjWritePath( 
b_objId 
) 
=> t_path / nil 

Description

Returns the write path to b_objId.

If the library containing the object has a temporary directory, this functions looks for the object in the temporary directory first; if it is not found, it looks for it in the master directory. However, if the object is a library, this function returns the path to the library, not to the temporary directory.

If you want to read the file, get its read path. If you want to write the file, get its write path.

Arguments

b_objId

ID of the object.

Value Returned

t_path

The write path of b_objId.

nil

Object was not found.

Example

ddGetObjWritePath( f ) => "/tmp/l1.lib/c1/v1/sch.oa"

Return to top
 ⠀
X