You are reading a single comment by @PiOfThings and its replies. Click here to read the full conversation.
  • @Gordon just to clarify, once the file increases in size and starts getting the shard marker in the end we have to use the shard marker in the name when we do a read, correct?

    // say I have written a big file called 'myfile'
    var s = require("Storage");
    // print(s.read("myfile")); // would return undefined
    print(s.read("myfile\1")); // returns the first block of the file.
    

    I am getting this behaviour, I am still on the default beta version firmware that came with my KS Beta unit.

About

Avatar for PiOfThings @PiOfThings started