Index Hierarchy ZipArchiveDelegate Protocol Reference Conforms to NSObject Declared in ZipArchive.h Overview ZipArchiveDelegate protocol Tasks – errorMessage: Output error message – overWriteOperation: Overwrite operation 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 Index Hierarchy