


$items = quicksearch("/f", $path,, "sm") Writefile("\Paper\Duplicates.txt", "", "n", "tu") $cmpList = comparelists(getitemlist($aPanePath), getitemlist($iPanePath)) The right click select on the dupe column would then have additional options to select all files within the library or all files outside the library.Ĭode: Select all end (get("#800") = 0), "No dual panes active, aborted!" Įnd (exists($aPanePath) != 2 || exists($iPanePath) != 2), "At least one pane has an invalid path, aborted!" In an ideal world, the dupe filter would have the option of defining the library path (which if defined would cause a duplicate group to only be valid if one of the paths in a group matched the library path) and a checkbox to exclude duplicate groups which only had files in the library path. If I was programming this I'd simply create a set of checksums for the library files and then check the checksum for each of the non-library files against that list, eliminating if I found a match (I'd probably match size as well) - is there a way to do that? Is there an easy way to filter the duplicate filter results to deal with the above? I also then have the further challenge of selecting only those files that are outside the library before hitting delete.

Duplicate groups where all the files are in the library. Show disk usage, directory printer, find duplicate files, rename files, and maintain your files - all in 1 tool Directory Report looks like the MS-Explorer but. Duplicate groups where none of the files are in the library. The problem I have is that the duplicate filter will include the following files which I don't want to delete: that which is not part of the library tree) which match those in the file library. The aim is to delete any files in the rest of the search location(s) (i.e. I'm trying to find duplicates against a library of files in a tree.
