Xref: utzoo comp.sys.ibm.pc.misc:5251 comp.os.msdos.programmer:2665 Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!dali.cs.montana.edu!milton!uw-beaver!zephyr.ens.tek.com!videovax!dougs From: dougs@videovax.tv.tek.com (Doug Stevens) Newsgroups: comp.sys.ibm.pc.misc,comp.os.msdos.programmer Subject: Are pkzip/pkunzip available in library form? Keywords: pkzip pkunzip compression library Message-ID: <6246@videovax.tv.tek.com> Date: 4 Jan 91 00:23:13 GMT Followup-To: poster Distribution: na Organization: Tektronix TV Measurement Systems, Beaverton OR Lines: 17 In a program I'm developing, I would like to write files to a zip file, read files from a zip file, and get file info from a zip file without resorting to a spawn. Are support modules for pkzip and pkunzip available in library form? In other words, is there a library which includes functions that can be used on a zip file which are analogous to conventional file handling functions such as fopen fclose fread fwrite so that writing and reading would be relatively transparent to my program? Thanks for any help.