Well, you could use the file stream api to fetch and write each file one at a time in a loop. It wouldn't matter how big the file was, but it might take a long time.
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, you could use the file stream api to fetch and write each file one at a time in a loop. It wouldn't matter how big the file was, but it might take a long time.