Table of Contents

Enum DirectoryMoveCollisionOption

Namespace
SunamoFileSystem.Enums
Assembly
SunamoFileSystem.dll

Specifies how to handle collisions when moving a directory to a location where a directory already exists.

public enum DirectoryMoveCollisionOption
Extension Methods

Fields

AddSerie = 0

Add a numeric series suffix to the directory name to avoid collision.

DiscardFrom = 2

Discard the source directory and keep the existing destination.

Overwrite = 1

Overwrite the existing directory at the destination.

ThrowEx = 3

Throw an exception when a collision is detected.