can i compare 2 panels to find the duplicate files/folders?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

can i compare 2 panels to find the duplicate files/folders?

Post by giuliastar »

Hi

can i compare 2 panels to find out the duplicate files and folders?

on the left panel ,i have a partition and on the right panel i have another partition

can i compare these 2 panels ?
to found out duplicate folder or files?

thanks

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: can i compare 2 panels to find the duplicate files/folde

Post by highend »

Just add the path of the right pane into the "Location:" field in "Name & Location", delimited with a ";" or "|"

E.g.: D:\;E:\
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: can i compare 2 panels to find the duplicate files/folde

Post by giuliastar »

highend wrote:Just add the path of the right pane into the "Location:" field in "Name & Location", delimited with a ";" or "|"

E.g.: D:\;E:\
hi

i added H:\;K:\; like the screenshot but gives me an error

Image

is there a step by step ?

thanks

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: can i compare 2 panels to find the duplicate files/folde

Post by highend »

You added it to the address bar? oO

Hit F12
"Name & Location" tab
Add the second path to the "Location:" field

"Dupes" tab
Check whatever you want to compare

"Find Now"
One of my scripts helped you out? Please donate via Paypal

kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: can i compare 2 panels to find the duplicate files/folde

Post by kunkel321 »

Also remember menu Panes >> Sync Select. I think it only work on one folder for each pane though... Not subfolders.
ste(phen|ve) kunkel

randfee
Posts: 48
Joined: 26 Jul 2018 23:07

Re: can i compare 2 panels to find the duplicate files/folders?

Post by randfee »

while this works for files, how do I search for duplicated FOLDERS in e:\;f:\
As soon as I check "dupes", I only see files, not folders.

My use case is that I want to find folder dupes with the same size

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: can i compare 2 panels to find the duplicate files/folders?

Post by highend »

You can't, dupe searching is for files only

Code: Select all

D:\1
with
D:\a.txt = 1024 bytes
D:\b.txt = 512 bytes
would be a dupe for

Code: Select all

E:\1
with
D:\c.txt = 512 bytes
D:\d.txt = 1024 bytes
?

You are free to script that...
One of my scripts helped you out? Please donate via Paypal

Post Reply