Hello, is it possible to pack more than one directory ?
In the project that i´m working on i do need to pack 2 specific folders. I haven´t a solution yet using the library. I though that maybe using the packEntries method that would be possible:
packEntries(File[] filesToPack, File destZipFile, NameMapper mapper)
But it seems that i only works with files.
Hello, is it possible to pack more than one directory ?
In the project that i´m working on i do need to pack 2 specific folders. I haven´t a solution yet using the library. I though that maybe using the packEntries method that would be possible:
packEntries(File[] filesToPack, File destZipFile, NameMapper mapper)But it seems that i only works with files.