I have a gui program that stores user information, I want to create an edit capability, when they click on the edit button is it possible to change their info in the text file?
Edit: their info is being saved in a txt file, i want to know if i can edit that information without doing it manually.