google chrome - Creating File/Folder with pure JavaScript -


i want know more filesystem in google chrome, mozilla or opera . have used fso.js didnt me create, delete or list local files.

is there way of filesystem pure javascript?

no, there not. there brief attempt create sandboxed file area via filesystem api, abandoned.

right now, real file access have in browser-hosted javascript code via file api, more limited (though still useful). lets read files user explicitly gives permission read via input type="file" or drag-and-drop event.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -