Thanks for sharing.
This is what I decided to use for my projects:
s = require('Storage'); filename = 'foo'; if (s.read(filename)!==undefined) { // file exits } else { // file missing }
@MaBe 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.
Thanks for sharing.
This is what I decided to use for my projects: