Page 1 of 1

Comparing files without regard to directory structure

Posted: Tue Aug 23, 2016 1:02 pm
by RickT
Is there a way to ignore the directory substructures when comparing files in two root directories? I am trying to ensure that files in the "left"directory structure are (or are not) included somewhere in the "right" directory structure, but I don't care which directories they are in.

Re: Comparing files without regard to directory structure

Posted: Wed Aug 24, 2016 10:16 am
by psguru
No, this is not possible directly. You'd have to copy your files to comparable directory structures (if it's even possible) prior to comparison.