Jump to content

problems unzipping/decompressing


Suirad
 Share

Recommended Posts

ive been trying to use the zip.au3 (http://www.autoitscript.com/forum/index.php?showtopic=73425)

but ive run into a problem

is it me or is the _zip_unzipall function not working?

my code:

#include <Zip.au3>
$hZipfile = "2.zip"
$hDestPath = "C:\folder\"
_Zip_UnzipAll($hZipfile,$hDestPath)

ive had it working before, but for some reason it doesnt :)

windows XP sp3

Edited by Suirad
Link to comment
Share on other sites

ive been trying to use the zip.au3 (http://www.autoitscript.com/forum/index.php?showtopic=73425)

but ive run into a problem

is it me or is the _zip_unzipall function not working?

my code:

#include <Zip.au3>
$hZipfile = "2.zip"
$hDestPath = "C:\folder\"
_Zip_UnzipAll($hZipfile,$hDestPath)

ive had it working before, but for some reason it doesnt :o

windows XP sp3

Do you still have the required DLL at @SystemDir & "\zipfldr.dll"?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...