|
Pages: [1]
|
 |
|
Author
|
Topic: Unzip App? (Read 539 times)
|
Guest_leke
Guest
|
Has anyone ever written an Zip/Unzip program in REBOL?
|
|
|
|
|
Logged
|
|
|
|
Guest
Guest
|
 |
Unzip App?
« Reply #1 on: August 24, 2004, 02:41:30 PM » |
|
There are zip-like applications: using REBOL's compress command to produce (with a few lines of code) self-extracting archive-type files. Do a google for: data filetype:rip for some examples. And there are a couple of scripts in the Library that work with zips -- though not going as far as actually zipping an unzipping: http://www.rebol.org/cgi-bin/cgiwrap/rebol...ip%20in%20title
|
|
|
|
|
Logged
|
|
|
|
Guest
Guest
|
 |
Unzip App?
« Reply #2 on: May 25, 2005, 02:30:46 PM » |
|
zip-like  REBOL uses 100% zlib !!! it just adjusted the header..so its already there.
|
|
|
|
|
Logged
|
|
|
|
|
fhein
|
 |
Unzip App?
« Reply #3 on: May 31, 2005, 04:59:01 PM » |
|
Soo, has anyone written the code to handle zip headers then?  I could probably figure it out, but I have soo much other things to write (working on a custom web server, and planning to start writing a turn based strategy game).
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |