G
Guest
Hello All,
Thank you in advance. I am using java.util.zip to zip several folders
and subfolders. When I try and zip a folder
(c:\inetpub\wwwroot\test\this is a test) it works fine. But when I
unzip it, I get the directory structure (inetpub\wwwroot\test\this is a
test) along with the files. If I remove the spaces
(c:\inetpub\wwwroot\test\this_is_a_test) I get this_is_a_test and the
files I need. Is there a work around for this. What I am hoping to get
is (this is a test) and all of the files.
Thanks again
Thank you in advance. I am using java.util.zip to zip several folders
and subfolders. When I try and zip a folder
(c:\inetpub\wwwroot\test\this is a test) it works fine. But when I
unzip it, I get the directory structure (inetpub\wwwroot\test\this is a
test) along with the files. If I remove the spaces
(c:\inetpub\wwwroot\test\this_is_a_test) I get this_is_a_test and the
files I need. Is there a work around for this. What I am hoping to get
is (this is a test) and all of the files.
Thanks again