aspose file tools
The moose likes Java in General and the fly likes problem in unzipping Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "problem in unzipping" Watch "problem in unzipping" New topic
Author

problem in unzipping

Rishabh Rathi
Greenhorn

Joined: Mar 07, 2011
Posts: 13
I have developed an application for zip/unzip process.
In that app , when i compress a set of files and save them they are saved as a complete path means that if i save the zipped file on desktop then the file(with .zip ) when double clicked will show only Cas folder) then when clicked will show user(as folder) then directory name(as folder) then the name of folder from which files have been selected and then the files..
So ,please help me sort out this problem.


Also suggest how to zip complete folder in JAVA..
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

Please SearchFirst. I have on several occassions answered this exact question, at least once with a recursive method.

And here is the thread with that post.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem in unzipping
 
Similar Threads
Problem deploying simple war file in jboss
Creating zip containg both files and folders
how to extract rar or zip files in java?
Disabling and Enabling Up One level button and new folder button in JFileChooser on some condition
Problem Creating ZIP File