> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 17, 1999 1:56 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [REBOL] Enhancement - Reading and writing compressed files
> REBOL Enhancement request:
>
> read/zip %MyZipFile.zip ; produces a block of data.
> read/tar %MyTarFile.tar
> etc...
>
> write/zip %MyZipFile.zip [; Block of data]
> write/tar %MyTarFile.tar [; Block of data]
> etc...
>
> write/tar %MyTarFile.tar read/zip %MyZipFile.zip
> etc...
I second this, would be very cool! If compress has all the needed stuff in
it anyway expose it to us. Robert