part_name Property

This property contains the name given to a part, such as the filename.

Syntax

def get_part_name(part_idx: int) -> str: ...
def set_part_name(part_idx: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains the name given to a part, such as the filename. Changing the value of part_decoded_file sets automatically the corresponding part_name and consequently the part_headers.

The part_idx parameter specifies the index of the item in the array. The size of the array is controlled by the part_count property.

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