Introduction and what I'm working on
Date: 02/02/05
(C Sharp) Keywords: no keywords
Hi all. I am new to C# (started working on it full time in August) but I think I'm picking it up pretty quickly. I thought I would join this group because I think I can learn from you and you from me.
I am trying to come up with a good way to do the following:
I have this problem. I was really disorganized with my digital pictures. I have thousands of them. Many of them are probably duplicates.
So I wrote a program that would tell me 1) how many pictures I have 2) how many are duplicate.
Right now, just to test, I have a test set of 4 pictures. I know that 2 are duplicate of each other but with different names
I wrote some quick code that would discover the pictures and get an MD5 of them just to see what differences I might have.
The problem is, I've threaded it poorly someplace, because my IComparable.CompareTo sometimes shows that there is one duplicate, sometimes 4, and sometimes 0.
Anyone interested in helping me see where I've gone wrong?
Source: http://www.livejournal.com/community/csharp/23875.html