libCheckOn
cdsLibManager.delete libCheckOn boolean { t | nil }
Description
Specifies whether to verify that a library is valid using its cdsinfo.tag file, prior to performing a delete operation to prevent deleting data or directories that are not in a valid library.
GUI Equivalent
Examples
envGetVal("cdsLibManager.delete" "libCheckOn")
envSetVal("cdsLibManager.delete" "libCheckOn" 'boolean nil)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top