05-31-2009, 02:58 PM
My algorithm would be:
Get list of files (foreach...FE_Dir),
load each (_s.getfile),
get CRC (Crc32),
store CRC/path pairs into an array or map,
find all equal CRC.
It would find any identical files.
Get list of files (foreach...FE_Dir),
load each (_s.getfile),
get CRC (Crc32),
store CRC/path pairs into an array or map,
find all equal CRC.
It would find any identical files.
