part_filename Property

This property contains the filename attribute specified in the headers of the part.

Syntax

def get_part_filename(part_idx: int) -> str: ...
def set_part_filename(part_idx: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains the filename attribute specified in the headers of the part. Changing the value of the corresponding part_decoded_file sets automatically the part_filename 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]