Enumeration: OverwriteStrategy

Specify what should be done when a file is generated but already exists on the system

Table of contents

Enumeration Members

Enumeration Members

KeepExisting

โ€ข KeepExisting = "keepExisting"


Overwrite

โ€ข Overwrite = "overwrite"


ThrowIfExisting

โ€ข ThrowIfExisting = "throwIfExisting"