IPWorks ZIP 2020 Python Edition

Questions / Feedback?

on_end_file Event

Fired after a file is processed.

Syntax

class ZCompressEndFileEventParams(object):
  @property
  def index() -> int: ...

# In class ZCompress:
@property
def on_end_file() -> Callable[[ZCompressEndFileEventParams], None]: ...
@on_end_file.setter
def on_end_file(event_hook: Callable[[ZCompressEndFileEventParams], None]) -> None: ...

Remarks

on_end_file is fired when compression or decompression finishes. Index will contain 0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Python Edition - Version 20.0 [Build 8300]