Pyrogenesis  trunk
Functions
archive_zip.h File Reference
#include "lib/file/archive/archive.h"
Include dependency graph for archive_zip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PIArchiveReader CreateArchiveReader_Zip (const OsPath &archivePathname)
 
PIArchiveWriter CreateArchiveWriter_Zip (const OsPath &archivePathname, bool noDeflate)
 

Function Documentation

◆ CreateArchiveReader_Zip()

PIArchiveReader CreateArchiveReader_Zip ( const OsPath archivePathname)
Returns
0 if opening the archive failed (e.g. because an external program is holding on to it)

◆ CreateArchiveWriter_Zip()

PIArchiveWriter CreateArchiveWriter_Zip ( const OsPath archivePathname,
bool  noDeflate 
)
Returns
0 if opening the archive failed (e.g. because an external program is holding on to it)