Operation enum that indicates which operation to perform. This member can be one of the following values:
| Member Name | Description |
|---|---|
| Move | Move the files specified in Source property to the location specified in Destination property. |
| Copy | Copy the files specified in the Source property to the location specified in the Destination property. |
| Delete | Delete the files specified in Source property. |
| Rename | Rename the file specified in Source property. You cannot use this flag to rename multiple files with a single function call. Use FO_MOVE instead. |
Namespace: Alvas.Windows.Forms.FileControls
Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)
Alvas.Windows.Forms.FileControls Namespace