Hi,
First let me explain what I need to achieve using my
Java application. There is directory : XXX, inside this dir. there are some more dir. like A,B,C. There can be an image file 123.jpg which can be present in each of these dir. and that too with the same name. Basically, XXX\123.jpg, XXX\A\123.jpg and so on.
Now the problem I face when i try to zip all files in the folder XXX recursively is, that only one entry for the file 123.jpg is present in the resultant ZIP file.
The code I'm using to zip is as follows:
Any help would be really appreciated~
[ January 18, 2006: Message edited by: Anirvan Majumdar ]