| Author |
How to delete a zipped folder
|
kayanaat sidiqui
Ranch Hand
Joined: Sep 04, 2008
Posts: 122
|
|
Hi,
Suppose there is a zipped folder name "myZip.zip".
It contains two text files let say text1.txt and text2.txt.
What i need is to delete the "myZip.zip".
How to do that?
Thanks,
Kaya.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
A zipped folder is actually a simple ZIP file, so File's delete() method should do the trick.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
kayanaat sidiqui
Ranch Hand
Joined: Sep 04, 2008
Posts: 122
|
|
Thanks Rob.
Previously i tried with this. But did some mistakes thts why i did not get result.
Anyways thanks a lot. I did it.
|
 |
 |
|
|
subject: How to delete a zipped folder
|
|
|