Filename
With this file property files with the same or a similar name can be found.Comparison methods
The following methods are available for comparing filenames:- Compare all characters of a filename
With this comparison method, the complete filename is compared. - Compare only characters at the beginning of a filename
With this comparison method, only a certain number of characters at the beginning of a filename are compared. - Compare only characters at the end of a filename
With this comparison method, only a certain number of characters at the end of a filename are compared. - Ignore characters at the end of a filename
With this comparison method, a certain number of characters at the end of a filename will be ignored. - Ignore characters at the beginning of a filename
With this comparison method, a certain number of characters at the beginning of a filename will be ignored.
Options
- Ignore certain characters in the filename
With this option, certain characters can be ignored when comparing filenames. For example, if you specify the plus and minus signs (+-) in the text box, the filenamesTest-01andTest+01are recognized as identical. - Ignore certain strings in the filename
With this option, certain strings can be ignored when comparing filenames. Multiple strings must be separated from each other by a slash character (/). For example, if you specify the strings001/002, the filenamesTest001andTest002are recognized as duplicates.