Not for an assignment or anything - I'm just interested! I'm writing a simple backup program which will (hopefully) backup files automatically to external storage (just straight file copying - no gnarly encryption or anything). Obviously I'm going to need to compare each file ("file") with it's backup version ("fileBKUP"). Rather than drag each fileBKUP from external storage and compare it ...