IPWorks ZIP 2020 Python Edition

Questions / Feedback?

package_path Property

The path to the Open XML package file.

Syntax

def get_package_path() -> str: ...
def set_package_path(value: str) -> None: ...

package_path = property(get_package_path, set_package_path)

Default Value

""

Remarks

This property specifies the path and filename of the Open XML package to work on.

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