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
Append the file size to the file name to avoid collision.
Append a sequential number to the file name to avoid collision.
Discard the source file and keep the existing destination file.
Do not move or modify either file.
Keep the larger file and discard the smaller one.
Overwrite the existing file at the destination.