Jump to content

oXidFoX

Members
  • Posts

    1
  • Joined

  • Last visited

oXidFoX's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. About _Zip_UnzipAll($hZipFile, $hDestPath, $flag = 1) $flag set to 0 or 1 doesn't change anything, in both cases I see the system copy progress bar : "Copying xx items (xx MB)" then, Return values doesn't match the descriptive text on top of this function: ; Return Value(s): On Success - 0 ; On Failure - sets @error 1~3 ; @error = 1 no Zip file ; @error = 2 no dll ; @error = 3 dll isn't registered whereas in reality : - on success, it returns 1 (and so on error it returns 0) - on error (no zip file), @error is set to 2 _Zip_CountAll($hZipFile) doesn't work, it returns a 3-lines string which contains : -Type of file -Size -Modification date I don't use other functions yet. ps: I run on a french Vista 64bits, AutoIt 3.3.6.1 & the latest Zip.au3 available in the first post.
×
×
  • Create New...