So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Mzidar
#60491 Hello, i would like to know if it is possible to delete second lines in txt files using SPIFFS.

Let's say i have a file like this:

aaa
bbb
ccc
ddd

then i would like it to be like this:

aaa
ccc
ddd

Is this possible?