part_decoded_file Property

The filename with the decoded data.

Syntax

def get_part_decoded_file(part_idx: int) -> str: ...
def set_part_decoded_file(part_idx: int, value: str) -> None: ...

Default Value

""

Remarks

The filename with the decoded data. Accessing this property for the first time after calling the decode_from_string or decode_from_file method, directs the class to actually decode the part and save the data in a temporary file. The user is responsible for deleting the temporary file.

Setting a value to part_decoded_file directs the component to calculate the file size and fill out the respective part_size.

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]