How to compare 2 volumes and list modified files?
问题 I have 2 hard-disk volumes(one is a backup image of the other), I want to compare the volumes and list all the modified files, so that the user can select the ones he/she wants to roll-back. Currently I'm recursing through the new volume and comparing each file's time-stamps to the old volume's files (if they are int the old volume). Obviously this is a blunder approach. It's time consuming and wrong! Is there an efficient way to do it? EDIT: - I'm using FindFirstFile and likes to recurse the