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

ddIsPathManaged

ddIsPathManaged( 
t_path
) 
=> t / nil 

Description

Returns t if the specified path is currently managed by a design management system. A path is managed if the file associated with the path is checked in. You can use ddIsPathManaged to implement a check against creating a file when another user has already created it but the local user work area is not updated to reflect the creation.

Arguments

t_path

The specified path.

Value Returned

t

The specified path is managed.

nil

The specified path is not managed.


Return to top
 ⠀
X