Table of Contents

Enum FileMoveCollisionOptionShared

Namespace
SunamoShared
Assembly
SunamoShared.dll

Specifies the action to take when a file move operation encounters a naming collision.

public enum FileMoveCollisionOptionShared
Extension Methods

Fields

AddFileSize = 1

Append the file size to the file name to avoid collision.

AddSerie = 0

Append a sequential number to the file name to avoid collision.

DiscardFrom = 3

Discard the source file and keep the existing destination file.

DontManipulate = 5

Do not move or modify either file.

LeaveLarger = 4

Keep the larger file and discard the smaller one.

Overwrite = 2

Overwrite the existing file at the destination.