overrideRadio
cdsLibManager.deleteTag overrideRadio toggle (no yes yesAll cancel)
Description
Specifies the delete action when a library does not have the required cdsinfo.tag file and cdsLibManager.delete libCheckOn is set to t. The choices are:
-
nomeans skip the specified library (the default) -
yesmeans delete the specified library -
yesAllmeans delete all the libraries -
cancelmeans cancel the delete operation
GUI Equivalent
Examples
The following example returns the current value for the environment variable. The return value of (t nil nil nil) indicates that the no option is enabled and the other three options are disabled:
envGetVal("cdsLibManager.deleteTag" "overrideRadio")
(t nil nil nil)
The example below enables yes and yesAll and disables no and cancel:
envSetVal("cdsLibManager.deleteTag" "overrideRadio" 'toggle '(nil t t nil))
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top