Ability to hide file duplicates found within the same path
Posted: 2010-01-27, 23:18 UTC
I missed this particular feature few times already.
When looking for file duplicates in two paths, lets say in the "Search in" box I put "C:\pathA;C:\pathB" I didn't want to find duplicates which only exist within pathA or only within pathB. I was interested in duplicates existing between pathA and pathB.
When files tree looks as follows:
C:\pathA\file1
C:\pathA\copy_of_file1 (the same content as C:\pathA\file1)
C:\pathA\file2
C:\pathA\copy_of_file2
C:\pathB\another_copy_of_file1
C:\pathB\file3
it would only result in one set of duplicates found
------------------------------
C:\pathA\file1
C:\pathA\copy_of_file1
C:\pathB\another_copy_of_file1
------------------------------
completely disregarding
------------------------------
C:\pathA\file2
C:\pathA\copy_of_file2
------------------------------
So the requirement here is to hide sets of duplicates in which all duplicates share the same root as entered in "Search in" box.
This could be easily extended to more than two directories however it's open whether the requirement would be for a file duplicate to exist in all entered search paths or only in more than one.
When looking for file duplicates in two paths, lets say in the "Search in" box I put "C:\pathA;C:\pathB" I didn't want to find duplicates which only exist within pathA or only within pathB. I was interested in duplicates existing between pathA and pathB.
When files tree looks as follows:
C:\pathA\file1
C:\pathA\copy_of_file1 (the same content as C:\pathA\file1)
C:\pathA\file2
C:\pathA\copy_of_file2
C:\pathB\another_copy_of_file1
C:\pathB\file3
it would only result in one set of duplicates found
------------------------------
C:\pathA\file1
C:\pathA\copy_of_file1
C:\pathB\another_copy_of_file1
------------------------------
completely disregarding
------------------------------
C:\pathA\file2
C:\pathA\copy_of_file2
------------------------------
So the requirement here is to hide sets of duplicates in which all duplicates share the same root as entered in "Search in" box.
This could be easily extended to more than two directories however it's open whether the requirement would be for a file duplicate to exist in all entered search paths or only in more than one.