I have a project where I need to compare 2 executeable files and see if they are of the same file size.
Unfortunately, this is an addition to an existing VB6 project. I'm not entirely sure how to do it other than compare filestreams?
Could someone point me in the right direction?
Thanks in advance for any help.