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
Value Returned
Return to top