IPWorks EDI 2020 Python Edition

Questions / Feedback?

download_directory Property

Download directory.

Syntax

def get_download_directory() -> str: ...
def set_download_directory(value: str) -> None: ...

download_directory = property(get_download_directory, set_download_directory)

Default Value

"./"

Remarks

This property contains the location on disk of the folder the class will write received files to. The default for this property is "./", which is the current working directory.

Note: If this property is set to empty string data will not be written to disk and instead will be available through the on_transfer event.

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