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

ddGetObjLastModify

ddGetObjLastModify( 
b_objId 
) 
=> t_time / nil 

Description

Returns the last-modified time from the directory or file associated with 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 itself is a library, this function returns information about the library, not its temporary directory.

Arguments

b_objId

ID of the object.

Value Returned

t_time

The last time the object was modified.

nil

Object was not found.

Examples

ddGetObjLastModify( l ) => "Jan 16 10:45:10 1996" 

Return to top
 ⠀
X