---Devon McCormick
> I'm using J6.02 and I get the following when I try to follow
> the example at
> http://www.jsoftware.com/jwiki/Addons/arc/zip :
>
>    load 'arc/zip/zfiles'
>    zdir jpath '~addons/arc/zip/test.zip'
> |domain error: unzOpen
> | 0=Z=. unzOpen,<ZN
>
> where
>    ZN
> C:\Program Files\j602\addons\arc\zip\test.zip
>    fexist ZN
> 1
>    unzOpen
> 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll unzOpen > i *c
> '&(15!:0)
>    fexist 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll'
> 1
It seems to work OK for me with J installed in the same path.

    jpath '~addons/arc/zip/test.zip'
C:\Program Files\j602\addons\arc\zip\test.zip
    fexist jpath '~addons/arc/zip/test.zip'
1
   fexist 'C:\Program Files\j602\addons\arc\zip\lib\zlibwapi.dll'
1
   zdir jpath '~addons/arc/zip/test.zip'
+---------------+-----------------+------+---+------+-----------+
|test1.ijs      |2006 2 20 2 10 24|45    |rw-|-----a|1595569470 |
+---------------+-----------------+------+---+------+-----------+
|test2.txt      |2006 2 20 2 7 6  |21    |rw-|-----a|_1164726791|
+---------------+-----------------+------+---+------+-----------+
|zlib.bmp       |2006 2 20 4 21 4 |226086|rw-|-----a|1101020348 |
+---------------+-----------------+------+---+------+-----------+
|other/         |2006 2 20 4 26 56|0     |rw-|----da|0          |
+---------------+-----------------+------+---+------+-----------+
|other/test3.txt|2006 2 20 4 27 22|32    |rw-|-----a|_1935975514|
+---------------+-----------------+------+---+------+-----------+

   JVERSION
Installer: j602a_win.exe
Engine: j602/2008-03-03/16:45
Library: 6.02.024
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to