comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: archived data
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: archived data [message #54335 is a reply to message #54334] Tue, 05 June 2007 08:15 Go to previous messageGo to previous message
jkj is currently offline  jkj
Messages: 48
Registered: April 2007
Member
On Jun 3, 10:54 am, Wox <nom...@hotmail.com> wrote:
> Hi All,
>
> I face the following situation: I'd like to do some online data
> processing (i.e. during measurements) using IDL. However the data is
> directly zipped by the acquisition system. Is it possible to read and
> search (like file_search) in a zip archive without spawning unzip and
> extract everything? Windows explorer does it, so it must be
> possible...
>
> I remember a similar question beeing posted here, but I couldn't find
> it.
>
> Thanks

IDL> spawn, 'unzip -l /usr/share/xmms/Skins/xmms-256.zip', result
IDL> print, result
Archive: /usr/share/xmms/Skins/xmms-256.zip Length Date
Time Name
-------- ---- ---- ---- 88386 07-15-99 12:23
Volume.bmp
96102 08-13-99 13:36 main.bmp 260874 08-17-99 19:56
Eqmain.bmp
14742 07-15-99 11:49 Cbuttons.bmp
3954 07-15-99 11:58 Numbers.bmp 156294 10-30-99 14:08
Pledit.bmp
92 07-18-99 11:52 PLEDIT.TXT 9294 07-15-99 13:18
Posbar.bmp
23514 07-15-99 13:26 Shufrep.bmp
89838 08-13-99 13:46 Titlebar.bmp
686 07-16-99 14:36 VISCOLOR.TXT 8478 07-18-99 10:02
Text.bmp
4278 07-15-99 13:15 Monoster.bmp
1206 07-15-99 13:24 Playpaus.bmp 49734 08-17-99 19:47
eq_ex.bmp
104 08-09-99 13:49 README -------- -------
807576 16 files


If you really don't want to unzip the archive, then whatever unzip
utility you use should allow you to query the archive, singly extract/
insert file[s] outof/into the archive. I would read up on the unzip
utility, figure out how to do what you want from a shell command line
and then use an approach like spawn.

-Kevin
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: idl flythru
Next Topic: IDL - COM export bridge

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:11:17 PDT 2025

Total time taken to generate the page: 0.24064 seconds