ZipObject

Engine/source/core/util/zip/zipObject.h

Script wrapper for Zip::ZipArchive.

More...

Private Types

Parent 

Protected Functions

Public Functions

bool
addFile(const char * filename, const char * pathInZip, bool replace)
bool
deleteFile(const char * filename)
bool
extractFile(const char * pathInZip, const char * filename)
bool
openFileForRead(const char * filename)
openFileForWrite(const char * filename)

Detailed Description

Script wrapper for Zip::ZipArchive.

Private Types

typedef SimObject Parent