JCL Help:TSHDeleteOption
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TSHDeleteOption Enumeration
Search in JCL Help
Search in all projects
Summary
Enumeration used by SHDeleteFiles and SHDeleteFolder to specify the deletion options.
Pascal
public TSHDeleteOption = (
doSilent,
doAllowUndo,
doFilesOnly
);
TSHDeleteOptions = set of TSHDeleteOption;
Members
Members | Description |
doSilent | Perform the operation without any user interface feedback, including errors. |
doAllowUndo | If possible, allow the operation to be undone through the recycle bin. |
doFilesOnly | If a wildcard expression is specified, only delete files, not folders. |
Description
Enumeration used by SHDeleteFiles and SHDeleteFolder to specify the deletion options.
See Also
About
Unit
no pages or subcategories
Donator
Marcel van Brakel
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page