ddGetPathDMSys
ddGetPathDMSys(t_path)=>t_dmSysStrin /nil
Description
Takes a string that is the path to a file or directory and either returns the string name of the design management system that manages that path or returns none if no design management system is in use for that path.
Arguments
Value Returned
Example
ddGetPathDMSys("/usr/home/libs/libx/cell") returns tdm
Return to top