Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#171·jszip

Cant generate existing folder for zip

Author: ajithrCreated Sep 5, 2014Updated Sep 8, 2026
Labelsbug

Case 1: I am trying to access the existing folder for zip operation, but it can't be generate it. I have used the below code for zipping existing folder.

var zip = new JSZip(); zip.folder("../Download/Themes"); zip.generate();

Is it possible to generate zip file from existing folder?

Case 2: After generating a zip file can i get the zip file from its physical path?

Thanks in advance...

Source: Stuk/jszip

View original on GitHubView discussion on GitHub