Hi!
Whats the zip-problem?
ZipFile zip = new ZipFile("/home/Cy/yourzip.zip");
zip.add("/home/Cy/yourfile1.zip");
zip.add("/home/Cy/yourfile2.zip");
zip.delete("/xxxx");
zip.rename("abc", "def");
zip.create();
In other words, if your solution also allows to change/update zip files (or even more abstract jar/tar too), chances are good to have this integrated in commons-vfs too ;-)

---
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to