Specifies the behaviour of the Move.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration MoveMode |
C# |
---|
public enum MoveMode |
Members
Member 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.
|