Well, Gordon mentioned I should not mix Storage.write with file-based operations.
Storage.write
Is Storage.read forbidden as well? If so: how do I determine the size of a file?
Storage.read
@Andreas_Rozek started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Well, Gordon mentioned I should not mix
Storage.write
with file-based operations.Is
Storage.read
forbidden as well? If so: how do I determine the size of a file?