Anyone know?
Id assume the first check would be to just see if the filesizes are the same, and if they are.. then what? Should I do a CRC32 checksum? Or just load the data of the files into 2 strings and see if they are the same? What is the fastest way to do so?