Hi All,
I am trying to delete a zip file after unzipping it.
The zip file contains files and directories inside it.I could able to unzip it successfully but could not able to
delete it after unzipping it.
after unzipping iam calling
file.delete()
method.
please someone help me with some code.
any help is highly appreciated.