I been trying to mess with appending lines to the file.
For example, I make a lot of email accounts and export it to a file lets call it 'universal emails'
when I open the file and check the created emails. It always inserts the newly created email at the bottom of the text.
Eg.
[email protected]
[email protected]
[email protected](newly created)
.I tried putting -false- instead of -true- at append to file but it doest work,what can I do so that the newly created email is always inserted to the top of the text and not bottom? What do I do to append lines to the file?
I want it like this
[email protected](newly created)
[email protected]
[email protected]
For example, I make a lot of email accounts and export it to a file lets call it 'universal emails'
when I open the file and check the created emails. It always inserts the newly created email at the bottom of the text.
Eg.
[email protected]
[email protected]
[email protected](newly created)
.I tried putting -false- instead of -true- at append to file but it doest work,what can I do so that the newly created email is always inserted to the top of the text and not bottom? What do I do to append lines to the file?
I want it like this
[email protected](newly created)
[email protected]
[email protected]