Hi I want to compare a large set of files where the directory structure is nearly identical the differences is mostly due to files/folder being moved one level up
There are so many files that "Ignoring Folder Structure" is not an option
what I want to do instead is align folders manually
imagine the following simple example
A1\file1.txt
A1\B\C\file2.txt
A1\B\C\D\file3.txt
A2\file1.txt
A2\B\file2.txt
A2\B\D\file3.txt
here when comparing A1 and A2 I want to allign A1\B\C with A2\B
There are so many files that "Ignoring Folder Structure" is not an option
what I want to do instead is align folders manually
imagine the following simple example
A1\file1.txt
A1\B\C\file2.txt
A1\B\C\D\file3.txt
A2\file1.txt
A2\B\file2.txt
A2\B\D\file3.txt
here when comparing A1 and A2 I want to allign A1\B\C with A2\B
Comment