I'd like to know how to compare two files to determine if it is exactly the same one. I know how to compare filename, date of creation/modification and even hash if required.
However I don't know how to compare meta data on the file (I actually don't know how it is stored) : security configuration, compatibility settings, potential antivirus timestamp and so on.
my final goal is to deep compare two file systems on separate computers
thanks steve
[edit] in order to clarify I reformulate the title of the question