Can't write .json files? #213
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2014-02-19 by @gfwilliams The issue here is that the filesystem uses 8.3 (non-long) filenames, so you have to write to However version 1.51 (which I'll hopefully get out today) has long filename support enabled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-02-18 by user6533
It through me off at first, thinking I couldn't write files at all, but I can write .txt and .js files, but when I try to write .json files, I get this error:
ERROR: Unable to write file : INVALID_NAME
Beta Was this translation helpful? Give feedback.
All reactions