in reply to Re: seek function always returns true
in thread seek function always returns true
Thanks for all who responded to my question.
I didn't realize how seek actually worked until you guys posted these responses. I didn't know that seek() could actually go beyond the EOF.
I tried the code that you guys provided and it worked for me. The key for me was doing the read(). If you try and read past the EOF you do get an error.
RG