I have 2 folders, and I want to know if folder#1 has all the files in folder#2
How can I check this?
|
I have 2 folders, and I want to know if How can I check this?
| ||||
feedback
|
|
Giving that
In our case that would return:
| |||
|
feedback
|
|
Assuming you want to find missing files/directories on folder2 from folder1, you do:
That will list all items present in folder1 but not in folder2, you can do the opposite to find both differences. | |||
|
feedback
|