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 nameDescription
Supported by the .NET Compact FrameworkAll
All items (files and directories) are moved to the target destination deleting them in the source location.
Supported by the .NET Compact FrameworkFilesOnly
Only files are moved to the target destination. Directories remain (not deleted) in the source location.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also