Hi, is there a built-in support in Groovy to handle Zip files (the groovy way)? Or do i have to use java.util.zip.ZipFile to process Zip files in Groovy ?
|
|
AFAIK, there isn't a native way. But check out this article on how you'd add a |
||
|
|
|
|
Maybe Groovy doesn't have 'native' support for zip files, but it is still pretty trivial to work with them. I'm working with zip files and the following is some of the logic I'm using:
You can add additional logic using a
|
||
|
|
