subkt / myaa.subkt.tasks / OverwriteStrategy
enum class OverwriteStrategy
(source)
The strategy for overwriting existing files.
Name | Summary |
---|---|
NEVER | Never overwrite existing files. |
SOURCE_NEWER | Overwrite if the source file is newer. |
DIFFERENT_SIZE | Overwrite if the source file has a different size. |
DIFFERENT_SIZE_OR_SOURCE_NEWER | Overwrite if the source file is newer or has a different size. |
ALWAYS | Always overwrite. |