Hai friends,
Am downloading a ZipFile from web. where it contain folders and files. Uncompressing them using zipInputstream and zipentry . zipentry.getName giving name of file as "htm/css/aaa.htm".
so i am creating New File(zipentry.getName);
But problem it throwing an exception File not found. i got that it is creating subfolders htm and css. My question is that , how to create a file including its sub directories , by passing above path ?
Can anyone sort out this problem , please am thankful to you .
Thanking you, Sai Srinivas