I want to compare two folders with binary files. I need to know whether the files are exact the same or not. Every byte should be read and compared. Timestamps should not be considered. The files must be read and compared.
Binary (smart) does not seem to do the job. When the timestamps differ, it marks the files as different.
How do I go about getting UC to read files in a directory and compare them at byte level.
cheers,
Binary (smart) does not seem to do the job. When the timestamps differ, it marks the files as different.
How do I go about getting UC to read files in a directory and compare them at byte level.
cheers,