Adds a new capability to choose how to handle already existing target files when using a generator. See #17925 Co-authored-by: Michael Monerau <micmo@qontrol.io>
595 B
595 B
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"