you are mixing older direct Storage.read approach documented also here https://www.espruino.com/Reference#Storage with newer file=Storage.open, file.read approach which is using hidden numbered suffixes in file names so I guess these are different types of files
and btw in future don't hesitate to reuse your existing 'Andreas_Rozek vs files' forum topics while still experimenting with Storage files ;-)
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.
you are mixing older direct Storage.read approach documented also here https://www.espruino.com/Reference#Storage with newer file=Storage.open, file.read approach which is using hidden numbered suffixes in file names so I guess these are different types of files
and btw in future don't hesitate to reuse your existing 'Andreas_Rozek vs files' forum topics while still experimenting with Storage files ;-)