Hi all,
I want to write a program that able to compares file. It should able to detect if two files, A and B are idential. Input files will be binary or test from,
so I wish the program will compare files byte-by-byte form. Is VB have such function to compare files? Or by coding? How?

Thank