ddSetForcedLib
ddSetForcedLib(
t_path
)
=> t / nil
Description
If the given path is a valid path, the forcedLib is used for all future library updates/creates/deletes and t is returned. If the path is an empty string, the default cds.lib file is used for all future library updates/creates/deletes and t is returned. If a path is given that is not valid, nil is returned with no error message and the forcedLib will be unchanged.
ddSetForcedLib does not automatically update the list of libraries. Call ddUpdateLibList to update the list of libraries using the forced library definition file that was set.
Arguments
Value Returned
Example
ddSetForcedLib( "/user/library/cds.lib" ) => t
Related Topics
Return to top