overwrite_existing_files property

overwrite_existing_files property

Gets or sets whether to overwrite existing file with new output file. Otherwise new file will be created with number as suffix. By default this value set to true that means file will be overwritten.

Definition:

@property
def overwrite_existing_files(self):
    ...
@overwrite_existing_files.setter
def overwrite_existing_files(self, value):
    ...

See Also