-
Sat 2021.03.20
'even if I simply overwrite same piece of code one or more times'
Would you please post your code snippet that demonstrates the write and then read process.
By chance are the modes mixed?4th bullet below heading 'A few things are going on here:'
'A file created with require("Storage").open is different to one created with require("Storage").write since it is designed to be appended to. As such you can only access the files with require("Storage").open and not with require("Storage").write/read/erase/etc'
'even if I simply overwrite same piece of code one or more times'
It would help by posting the results alternating between each of these instructions demonstrating the 'overwrite' as is observed.
Hi all,
I've seen that each time I write code onto Storage using IDE free space read by "About" app is reduced.
This happens even if I simply overwrite same piece of code one or more times.
Is it real?
What I can do to avoid it?
Sorry but I'm confused.