Unzipping Files With Java
From: martim07 (martim07_at_hotmail.com)
Date: 04/29/04
- Previous message: nammtar667_at_hotmail.com: "Re: KeyListener kinda deaf (in simple game) - lingo.zip (1/1)"
- Next in thread: Christophe Vanfleteren: "Re: Unzipping Files With Java"
- Reply: Christophe Vanfleteren: "Re: Unzipping Files With Java"
- Reply: Roedy Green: "Re: Unzipping Files With Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Apr 2004 11:50:17 -0700
I am curious if anyone has any code for a class that will extract zip
files from folders and place the extracted files in a folder of the
same name on a different hard drive.
For instance, I have a folder called 1998. Within that folder are 60
subfolders, each containing a zip file that contains reports generated
for that day. I would like use a java class in the form of an exe to
loop through all of these subfolders, extract the information in the
zip files, and place the extracted files into a folder of the same
name on a different drive.
I know about the UnZip.java class, I'm just wondering if anyone has a
solution to the situation I mentioned above. I'm stumped. Will someone
please figure out this difficult problem for free and in their spare
time? Thank you.
- Previous message: nammtar667_at_hotmail.com: "Re: KeyListener kinda deaf (in simple game) - lingo.zip (1/1)"
- Next in thread: Christophe Vanfleteren: "Re: Unzipping Files With Java"
- Reply: Christophe Vanfleteren: "Re: Unzipping Files With Java"
- Reply: Roedy Green: "Re: Unzipping Files With Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|