Hello,
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.
Thank you for your help!
Regards,
@wikijm