Correct, because searching with 'news.txt' will newer find 'news.txt\1'.
'news.txt'
'news.txt\1'
Using StorageFile will add chunk numbering.
@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.
Correct, because searching with
'news.txt'
will newer find'news.txt\1'
.Using StorageFile will add chunk numbering.