I am creating an app using Intel XDK, in HTML5 and javascript, and write some of the data fed by user to the local file system. How can I do this?
Asked
Active
Viewed 3,020 times
3
-
Can you please elaborate more on what actually you trying to to. – Chintan Soni Jan 18 '14 at 02:18
2 Answers
0
The Intel XDK supports Cordova 2.9.0 at the time of this writing. See this thread on the XDK forum for a link and a few hints:

xmnboy
- 2,314
- 2
- 14
- 31
0
You may have solved the problem. this is for people who are new and run into this thread. you can use cordova-plugin-file to manage with file system.