ddGetUpdatedLib
ddGetUpdatedLib(
)
=> t_filePath
Description
Returns the path to the cds.lib file that was last used by ddUpdateLibList. This is the same as ddGetForcedLib if a forced library was in effect.
Otherwise, it is the same as ddGetStartup("cds.lib") would have returned when the ddUpdateLibList started.
Arguments
Value Returned
|
The path to the |
Examples
ddGetUpdatedLib( )
=> "/install/home/cds.lib"
Return to top