A simple program that checks for difference in file names in two directories.
Find a file
Danila 560e7734d3 Merge pull request #1 from dylanpdx/master
Oh yeah, this might be good...
2015-05-21 18:55:50 -07:00
.settings Eclipse Files 2015-03-29 01:26:06 -07:00
src/com/danilafe/directorydiff Code Sort 2015-05-21 08:51:58 -07:00
.classpath Eclipse Files 2015-03-29 01:26:06 -07:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2015-03-29 01:25:31 -07:00
.gitignore This was bothering me 2015-05-21 08:46:19 -07:00
.project Eclipse Files 2015-03-29 01:26:06 -07:00
README.md Create README.md 2015-03-29 01:33:40 -07:00

DirectoryDiff

A simple program that checks for difference in file names in two directories.

DirectoryDiff is a simple program i hacked together when my family asked me to look through two similar 50gb folders of pictures and see if there are any diffrences between them. DirectoryDiff simply looks for files or folders whose names don't match and reports them to you, offering to copy them.