MoveMode Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies the behaviour of the Move.
Syntax
public enum MoveMode
Fields
Name | Description |
---|---|
All | All items (files and directories) are moved to the target destination deleting them in the source location. |
FilesOnly | Only files are moved to the target destination. Directories remain (not deleted) in the source location. |