I'm not sure you're using the code you have above. readArrayBuffer won't report back NO_PATH - that error comes from when you use the fs library with require("fs") (which is a FATFS filesystem)
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.
I'm not sure you're using the code you have above.
readArrayBuffer
won't report backNO_PATH
- that error comes from when you use thefs
library withrequire("fs")
(which is a FATFS filesystem)