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

ddGetObjSize

ddGetObjSize( 
b_objId 
) 
=> x_size / -1 

Description

Returns the length of b_objId in bytes.

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 a file object.

Value Returned

x_size

The file length, in bytes.

-1

The object is not a file object.

Example

ddGetObjSize( myViewFile ) => 1705 

Return to top
 ⠀
X