Flags that control the file operation. This member can take a combination of the following flags:
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | Empty. | 0 |
| MultidestFiles | The Destination property specifies multiple destination files (one for each source file) rather than one directory where all source files are to be deposited. | 1 |
| Silent | Do not display a progress dialog box. | 4 |
| RenameOnCollision | 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. | 8 |
| NoConfirmation | Respond with "Yes to All" for any dialog box that is displayed. | 16 |
| AllowUndo | Preserve Undo information, if possible. If Source property does not contain fully qualified path and file names, this flag is ignored. | 64 |
| FilesOnly | Perform the operation on files only if a wildcard file name (*.*) is specified. | 128 |
| SimpleProgress | Display a progress dialog box but do not show the file names. | 256 |
| NoConfirmMKDir | Do not confirm the creation of a new directory if the operation requires one to be created. | 512 |
| NoErrorUI | Do not display a user interface if an error occurs. | 1024 |
Namespace: Alvas.Windows.Forms.FileControls
Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)
Alvas.Windows.Forms.FileControls Namespace