Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

DuplicateFilenameResolution

Grooper.Core

Specifies what should happen if a duplicate filename is encountered while exporting.

Can be one of the following values:

NameValueDescription
NameUniquely0If the filename already exists in the target directory, the current file being exported will be renamed to be unique. (E.g. 'Filename.tif' will be come 'Filename (1).tif'.)
Overwrite1If the filename already exists in the target directory, the existing file will be overwritten with the file that is being exported.
Skip2If the filename already exists in the target directory, the current file will not be exported.
Stop3If the filename already exists in the target directory, no action will be taken, and an exception will be thrown.

Used By

Notification