When you open a file for input and have read all the text lines till the end, is it possible to rewind to the beginning of the file? (I seem to recall there are "rewind" statements or similar in other programming languages)
Do I really have to close the file and open it again?