Conforms to NSObject
Declared in ZipArchive.h

Overview

ZipArchiveDelegate protocol

Tasks

Instance Methods

errorMessage:

Output error message

- (void)errorMessage:(NSString *)msg

Parameters

msg

The error message

Declared In

ZipArchive.h

overWriteOperation:

Overwrite operation

- (BOOL)overWriteOperation:(NSString *)file

Parameters

file

The path for the file

Return Value

Returns YES if successful. NO if failure.

Declared In

ZipArchive.h