
Unzip a zip file to preserve long file name
Hi,
I am developing a script to download a zip file from ftp site and
unzip the file. The download part works fine, but the unzip part does not.
Because there are files with long file names in the zip file, I am using
wshShell.run("pkunzip ....",0,true) to unzip the file, all I got is 8.3
style file name. Any suggestion?
Thanks in advance