View Single Post
  #17 (permalink)  
Old 01-14-2009, 01:45 PM
caps_lock caps_lock is offline
Member
 
Join Date: Jan 2009
Posts: 12
Rep Power: 0
caps_lock is on a distinguished road
Default
so just to add more detail because theyre may be confusion

Im basically trying to get files with equal file size first, then im trying to put those in an array, then the files in the array need to be compared possibily by length (bytes) (not file names but files contents), the comparison need to be made maybe by binary contents or by generating an MD checksum which ever ones easier.
Reply With Quote