IPWorks ZIP 2020 Python Edition

Questions / Feedback?

file_comment Property

Specifies a comment for the entry in the zip file.

Syntax

def get_file_comment(file_index: int) -> str: ...
def set_file_comment(file_index: int, value: str) -> None: ...

Default Value

""

Remarks

Specifies a comment for the entry in the zip file. Before compression, set This property to include comments in this zip file. After an archive has been scanned, This property will contain any comments the zip file contains.

The file_index parameter specifies the index of the item in the array. The size of the array is controlled by the file_count property.

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