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

ddGetObjFiles

ddGetObjFiles( 
b_objId 
) 
=> l_files / nil 

Description

Lists all the files found in the object. This includes files found in both the master and temporary directories.

Arguments

b_objId

Object identifier returned by ddCreateLib or ddGetObj.

Value Returned

l_files

All of the files connected to the specified object.

nil

No files were found.

Examples

l = ddGetObj( "l1" ) 
fl = ddGetObjFiles( l ) => (dd:2660732 dd:2660692) 
fl ~> name => ( "test.ckpt" "cdsinfo.tag" ) 

Return to top
 ⠀
X