I need to read two files with same name. but they have different contents.
first file has 60 bytes
the second file has 244 bytes
I can read the files no problem but i would want some error checking
I would appreciate if somebody could give me an example of how to write the if
statement to throw an catch the error if file opened is not equal to the bytes inside the file.