Hello,
I have this search string which filters the duplicated files checking Name, Size, Modified Date.
duplicates:size;name;datemodified
Now list comes with a list of files that matches this criteria , my question is that is it possible to extend this search string to do the following:
To have the result of this criteria first and then view only the the files that have MD5 value .
What I do now is exporting the list to EFU file and then open it and filter the files with MD5 value.
Thank you.
view on file of each group in a list
Re: view on file of each group in a list
Everything can only compare 3 properties when searching for duplicates.
Please try the following search:
dupe:size;name;md5
The md5 value is only gathered if the size and name is duplicated.
It may take some time to gather the content to calculate the md5.
Please try the following search:
dupe:size;name;md5
The md5 value is only gathered if the size and name is duplicated.
It may take some time to gather the content to calculate the md5.
Re: view on file of each group in a list
Thank you
Best regards
Best regards