This looks promising:
   http://www.jsoftware.com/jwiki/Addons/arc/zip

But I run into problems when I try to follow its steps:

   load 'arc/zip/zfiles'
   fexist jpath '~addons/arc/zip/test.zip'
0
   fexist jpath '~addons/arc/zip/test/test.zip'
1
   zdir jpath '~addons/arc/zip/test/test.zip'
|domain error: unzOpen
|   0=Z=.    unzOpen,<ZN

I wonder if Oleg Kobchenko is still active, or if someone else will
need to address this?

Thanks,

-- 
Raul

On Mon, Nov 5, 2012 at 8:43 AM, kamakura <kamak...@indsys.chuo-u.ac.jp> wrote:
> Hi
>
> I would like to use Windows 64bit J602 for handling zip file.  The 32bit 
> version does work well, but the 64bit version fails as follows:
>
>
>    load'~addons/arc/zip/zfiles.ijs'
>    fexist jpath '~addons/arc/zip/test/test.zip'
> 1
>    zdir jpath '~addons/arc/zip/test/test.zip'
> |domain error: unzOpen
> |   0=Z=.    unzOpen,<ZN
>    u=:zread 'test2.txt';jpath '~addons/arc/zip/test/test.zip'
> |domain error: unzOpen
> |   0=Z=.    unzOpen,<ZN
>
>
> Is it possible to use 64bit version for reading zip file?
>
>
> +++++++++++++++++++++++++++++
>     Toshinari Kamakura
>
>     Chuo University
>     1-13-27 Kasuga
>     Bunkyo-ku
>     Tokyo 112-8551, Japan
> ++++++++++++++++++++++++++++++
>
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to