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'm wondering if someone already played with .zip files, and especially manipulating files inside of it?
I'd like to do steps below:
Unzip a password-protected file
Remove useless files (based on their name and/or extension)
Rename one file (based on its name and/or extension)
Create a new password-protected .zip file with remaining files
When I use 'Unzip', I got a list of files, and I don't know how I can manipulate them.
It seems that I can't use 'Fork' to manage each file in a different child.