JCL Help:TSHDeleteOption

From Project JEDI Wiki
Jump to navigationJump to search


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

SHDeleteFiles SHDeleteFolder


About

Unit

JclShell


Navigation

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