Enum OverwriteMode
This enumeration represents whether a file should be overwrite or not if the file exists.
public enum OverwriteMode
Fields
DoNotOverwrite = 1
Do not over write the file if the file exits.
Overwrite = 0
Over write the file if the file exits.