Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | catalog | |
Tool | catalog |
catalog.confirm: yesPossible confirm options are:
Note that when using dc.setconfirm() in a script it should always be done like:
cursts := dc.getconfirm(); dc.setconfirm(F); dc.delete (...); dc.setconfirm(cursts);otherwise the default confirmation status is changed unexpectedly in the GUI.
flag | in | Flag | |
Allowed: | yes, directory ,no | ||
Default: | yes |
include "catalog.g"; dc.setconfirm(T)