IPWorks ZIP 2020 Python Edition

Questions / Feedback?

zip_comment Property

The comment for the entire zip file.

Syntax

def get_zip_comment() -> str: ...
def set_zip_comment(value: str) -> None: ...

zip_comment = property(get_zip_comment, set_zip_comment)

Default Value

""

Remarks

Specifies a global comment for the zip file. Set this property before invoking compress to include a comment in the zip file. Read it after invoking scan to read the zip comment.

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