MCPcopy Create free account
hub / github.com/TTimo/doom3.gpl / unzOpen

Function unzOpen

neo/framework/Unzip.cpp:1309–1396  ·  view source on GitHub ↗

Open a Zip file. path contain the full pathname (by example, on a Windows NT computer "c:\\test\\zlib109.zip" or on an Unix computer "zlib/zlib109.zip". If the zipfile cannot be opened (file don't exist or in not valid), the return value is NULL. Else, the return value is a unzFile Handle, usable with other function of this unzip package. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

LoadZipFileMethod · 0.85

Calls 3

unzlocal_getLongFunction · 0.85
unzlocal_getShortFunction · 0.85

Tested by

no test coverage detected