I want to know how to seek to a point in a file.
Example I have a database program with a text file named "info.txt"
There are two lines in it:
Password = user makes password
Activated = true/false
How do I make the program find if they have activated the program yet, and then find the password.
Thanks for your help.