posted 15 years ago
Hi,
Can someone please help with the below issue.
I cannot extract(unzip) the zip file content using the below code:
The above zipFileExtractor() method takes 3 paramters(source folder,destination folder,zip file name),I have placed the above zip file in the source folder.
The method which is called is given below:
When I run the main method I get null value in the below variable:
Can someone please help.
Thanks