find unique folders in to different path

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
calude
Posts: 355
Joined: 13 Aug 2008 10:16
Location: Switzerland
Contact:

find unique folders in to different path

Post by calude »

hi
searching for unique folders names in two supposedly mirrored folder structures on two different drives.
used invert dupes; attributes: directory; and the 2 path separated by semi column in location.

to no avail. !!
:blackstorm:
some clues ??

Calude

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

Re: find unique folders in to different path

Post by highend »

Maybe a bug...

Name & Location:
Name: *
Location: D:\Tools\@Command Line Tools\@Docs;U:\test\@Docs
Auto sync = unchecked

Attributes:
Directory = checked

Dupes:
Name = checked

Both folders contain absolutely the same content. A few subfolders with files in them

It doesn't find anything...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

Hmm... :? ... I'll check that.

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

Quoting Help:
The Dupes filter finds only files, no folders. Equally the Invert option will return only singular files.

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

Re: find unique folders in to different path

Post by highend »

Finding dupes of folders would be useful as well (imho)...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

highend wrote:Finding dupes of folders would be useful as well (imho)...
You mean dupes by name?

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

Re: find unique folders in to different path

Post by highend »

Yeah, if it's easy to add.
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

This was done about 5 days after the Dupes filter was first introduced. Unfortunately I'm not sure WHY it was done ATM:

Code: Select all

v11.50.0008 - 2012-09-02 16:35
    * Duplicate File Finder: From now on ONLY files are returned. 
      Before, the Name-only check would also return folders. 

Enternal
Posts: 1175
Joined: 10 Jan 2012 18:26

Re: find unique folders in to different path

Post by Enternal »

It was probably added because normally you try to find dupes of files to recover space but not folders since many folders could have similar names but extremely different content? Although it does seem useful if you need to find similar named files and folders too.

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

It would be easy to add, but it would complicate the documentation (and even changes in the interface would be necessary -- 18 translations...), and probably not everybody wants it. So: I rather leave it as it is.

PS: I had an idea. Next beta:

Code: Select all

    + Duplicate File Finder: Before, the dupe finder would only find files, no 
      folders. Now you can also find duplicate folders by Name and Date. Simply 
      tick Directory in the Find Files | Attributes tab, and the dupe finder 
      will look for folders instead of files.
      So now you got a fast way to compare directory trees, e.g. supposedly 
      mirrored folder structures on two different drives.

calude
Posts: 355
Joined: 13 Aug 2008 10:16
Location: Switzerland
Contact:

Re: find unique folders in to different path

Post by calude »

the OP's idea! but whatever, I thank you
:biggrin: :appl:

Calude
admin wrote:PS: I had an idea. Next beta:

Code: Select all

    + Duplicate File Finder: Before, the dupe finder would only find files, no 
      folders. Now you can also find duplicate folders by Name and Date. Simply 
      tick Directory in the Find Files | Attributes tab, and the dupe finder 
      will look for folders instead of files.
      So now you got a fast way to compare directory trees, e.g. supposedly 
      mirrored folder structures on two different drives.

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

Re: find unique folders in to different path

Post by highend »

And I just wrote a quick folder compare script that outputs unique folders^^ :blackstorm:
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66312
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: find unique folders in to different path

Post by admin »

calude wrote:the OP's idea!
My idea was to make your idea work. :)

Post Reply