Alvas.FileControls Class Library

Operation Enumeration

Operation enum that indicates which operation to perform. This member can be one of the following values:

[Visual Basic]
Public Enum Operation
[C#]
public enum Operation

Members

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.

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

Alvas.Windows.Forms.FileControls Namespace