Do you think it's a good idea to add possibility to have "CountDupe" columns (specifically for NAME, PATH, Size, Date, and if you fancy for all the columns) ?
It would number of the dupes for the respective property column, and would be calculated dynamically each time for the active result list.
Like below image from Excel [It would work like Excel B2=COUNTIF(A:A;A2)];
SEARCH BOX: *.ico C:\Pictures In that example;
I'd be able to see quickly that "icon.ico" has two appereances in different location by just looking at the first instance.
I'd be able to see quickly that folder "C:\Pictures\Icons_32" contains 8 number of "*.ico" files
I'd be able to see quickly that number of files that has the same Size. (eg. "app_icon.ico" and "IconFile1_icon1.ico" has same size)
I'd be able to see quickly that number of files that has the same Date Modified. (eg. "app_icon.ico" and "IconFile1_icon1.ico" has same Date modified)
It'd be multi purpose feature. One is to count number of files that match the criteria in each folder.
I know by sorting Path, and then Find Duplicate, and then copy the path to Excel, and then make the COUNTIF column myself is a solution, but these simple columns would make the process much simple.
Rgds,
Skier