You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to zip a list of files and folder, not just a folder. Here are some details.
Say I have a folder called contents, with a subfolder called files. Under files, I have the following files a.txt, b.txt, and c.txt. I also have a file info.xml under the folder contents. Here is a visual of that structure:
When I use fileZipOperation, I have to specify a folder which means I have to specify the folder contents. This results in a zip file containing the directory contents and all of its contents.
But I want to zip the contents of the contents folder without having the contents folder in the zip file.
In other words instead of this:
package.zip
I want the zip file to look like this:
package.zip
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered:
@jonesbusy A day after I posted this request, I got an email from "Mohit Uchit" on this issue. It looked like a normal reply. But I can't see the reply on the issue. I'm not sure why. Maybe Mohit deleted the response? Any idea?
What feature do you want to see added?
Hello,
I want to be able to zip a list of files and folder, not just a folder. Here are some details.
Say I have a folder called contents, with a subfolder called files. Under files, I have the following files a.txt, b.txt, and c.txt. I also have a file info.xml under the folder contents. Here is a visual of that structure:
When I use fileZipOperation, I have to specify a folder which means I have to specify the folder contents. This results in a zip file containing the directory contents and all of its contents.
But I want to zip the contents of the contents folder without having the contents folder in the zip file.
In other words instead of this:
package.zip
I want the zip file to look like this:
package.zip
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: