I"m here again...
Files Unzipped=0 with Error=0Message: file(s) not found
but the zip file is in the correct directory...
It doesn"t work but I don"t know why...
this is the code:
set ZIP = server.createobject("aspZip.EasyZIP")
Zip.ExtrBaseDir=Server.MapPath(".")
Zip.ZipFileName = server.MapPath("io.zip")
Zip.ArgsClear
Zip.ArgsAdd("*.*") "Unzip all files
Zip.UnZip
Response.Write (zip.ZipFileName) & " "
response.Write "Files Unzipped=" & Zip.SuccessCNT & " with Error="& Zip.Error
response.Write "Message: " & Zip.LastMessage
set zip=nothing
Please, contact me at citymartin@libero.it
Thanks.