I have this text file with contents in it, i need to modify this contents using a gui. Is it possible and how?
For example, if the file has apples, 10
then my gui, has to take the input and change it to
pear,10, it is something like that.
Printable View
I have this text file with contents in it, i need to modify this contents using a gui. Is it possible and how?
For example, if the file has apples, 10
then my gui, has to take the input and change it to
pear,10, it is something like that.
Read file into memory
Make changes
Write back to file