Tag Archive

FindDuplicate: Find duplicate files quickly in C#

Published on September 26, 2010 By RobK410

If you’re like me, you’ve got a slew of duplicate files lurking all over your hard drive. I couldn’t find any programs for windows that would allow me to find duplicate files for free, so I decided to write this simple console application. It will take a few parameters and allow you to find files [...]