Thanks for all the replies. To clarify, what I want to do is read the number of bytes in a simple text file i created with fopen. Contents of the file are:
So that is 31 bytes of data. I want something else to execute if there are more than 31 bytes of data. How should I do this? The stuff I saw on stat() didn't clarify much, and I think we are supposed to be using more basic methods (its for a class).Code:Name Number
==================
Thanks!

