I would like to compare 2 directories which are not equal but should contain the same files in a different folder structure.
I use robocopy with a csv file to copy files to another folder structure.
Although most of the files are copied to another folder, so simple comparing 2 folder structures is not possible.
Is there a way I can use to check if all files on the source location are found in the folder structure on the destination structure ?