My folder structure is like this I have .zip->.ear->.war->folder->xx.jsp file i want to delete xx.jsp through java code if any one have any ideas.
please help me...
thanks in advance.
My folder structure is like this I have .zip->.ear->.war->folder->xx.jsp file i want to delete xx.jsp through java code if any one have any ideas.
please help me...
thanks in advance.
There is a java.util.zip package you can use for this. Take a look at this post Recreating Directory structure