Different between "throw away" & "throw away if duplicate"?

Posted:
Fri Oct 17, 2014 3:44 pm
by kristin
When moving a file, what's the difference between "If file exists: throw the file away" and "Throw away the duplicate"?
Re: Different between "throw away" & "throw away if duplicat

Posted:
Fri Oct 17, 2014 4:46 pm
by Mr_Noodle
I answered this in your other thread but "If file exists" just means a file with the same name (not necessarily the same contents), while "duplicate" means a file with the same contents (and a similar name).