Open scottaubrey opened 6 years ago
me 2
simulator is using another implementation: https://github.com/Microsoft/pxt-microbit/blob/master/sim/state/filesystem.ts, its namespace is "pxsim.files"
but this repository use another block with same "files" namespace, so there is some conflicts here. Current blocks: https://github.com/Microsoft/pxt-filesystem/blob/master/shims.d.ts
me 2.
I don't know if it's related, but trying to run the line in the simulator:
let file = files.open("data.txt")
the error message is: "object doesn't support property or method fsOpen"
While using the filesystem package in the I get an error trying to use
settings save number
in the Blockeditor orfiles.settingsSaveNumber
in the javascript editor. The error message is: