ddGetForcedLibEx
ddGetForcedLibEx(g_boolean) =>t_filePath
Description
Gets the cds.lib file that was set with the ddSetForcedLib or ddSetForcedLibEx functions or with the -cdslib command line option.
The lib.defs file is no longer supported by Virtuoso and cannot be set as a forced library definition file using ddSetForcedLibEx or -libdefs. This function will return empty string if t is passed to get the forced lib.defs file.
This function is deprecated. Use ddGetForcedLib, that can be used to get only the cds.lib file that is set.
Arguments
|
|
Value Returned
|
The path to the |
Example
ddGetForcedLibEx(nil)
returns "/usr1/mnt4/cds.lib" or "" if it was not set.
Related Topics
Return to top