|
ShellBrowser Delphi Components Documentation
|
Flags that specify options that are used to determine which files should be shown.
TOperationOption = ( soAllowUndo, soFilesOnly, soNoConfirmation, soNoConfirmMkDir, soNoErrorUI, soRenameCollision, soSilent, soSimpleProgress, soAsync, soKeepNewer );
|
Members |
Description |
|
soAllowUndo |
Preserve undo information, if possible. Operations can be undone only from the same process that performed the original operation. |
|
soFilesOnly |
Perform the operation on files only if a wildcard file name (*.*) is specified. |
|
soNoConfirmation |
Respond with "Yes to All" for any dialog box that is displayed. |
|
soNoConfirmMkDir |
Do not confirm the creation of a new directory if the operation requires one to be created. |
|
soNoErrorUI |
Do not display a user interface if an error occurs. |
|
soRenameCollision |
Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists. If set file gets a number suffix. If not set user is asked to skip file or cancel operation. |
|
soSilent |
Do not display a progress dialog box. |
|
soSimpleProgress |
Display a progress dialog box but do not show the file names. |
|
soAsync |
Perform operation(s) on a background thread. |
|
soKeepNewer |
Keep the newer file or folder, based on the "Date Modified" property, if a collision occurs. |