pdalcol / Zippex

Native Apex Zip library for Salesforce.com
MIT License
143 stars 108 forks source link

Copying files from one zip to another. #27

Open dmitry-karpik opened 4 years ago

dmitry-karpik commented 4 years ago

Could you implement a copy method file from one zip to another.

For example: I have zip metadata from salesforce, I would like to save each file in a separate attachment. When we use getFile() we convert it to Blob then then back to zip. And I get the 'CPU LIMIT TIMEOUT' error, but if there was a copy option, I think it would work.

Thanks!