IPWorks ZIP 2020 Python Edition

Questions / Feedback?

append Method

Adds specified file to an existing archive.

Syntax

def append() -> None: ...

Remarks

The file contained in the file_decompressed_name property will be appended to the archive specified by archive_file.

This method may only be used to add files to an existing archive. To add files to a new archive, compress method should be used.

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