Interaction with filesystem #151
Unanswered
teddy-mindcompass
asked this question in
Q&A
Replies: 1 comment
-
Sure, the Filesystem API gives you There's a tutorial on building a simple ZIP creator in the wiki, you should be able to adapt it to work with the Filesystem API pretty easily, but let me know if you need more help. |
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
-
Hello everyone,
I want to know if it's possible for fflate to interact with the file system api ? The goal is too zip files and directories directly from the file system.
https://developer.mozilla.org/en-US/docs/Web/API/FileSystem
https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryEntry/getFile
Thanks
Beta Was this translation helpful? Give feedback.
All reactions