
Hi,
I took the chance to login here in your educational page due to my questions in mind about my java programming assignment. Please help me. I provided below the program assignment. Thanks in advance.
Create program that: Will search through two directory structures and produce a list of duplicate files. The application will accept two arguments, each argument is a path to a directory. Example: java DuplicateFinder c:\Documents\SomeDirectory c:\Files\SomeOtherDirectory The application's output is a textfile containing a list of pairs of paths pointing to identical files. A file is considered identical/duplicate to another file if it matches its contents byte for byte. They may have the same or different filenames
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.