IPWorks EDI 2020 Python Edition

Questions / Feedback?

dir_outgoing Property

The directory used to store outgoing files.

Syntax

def get_dir_outgoing() -> str: ...

dir_outgoing = property(get_dir_outgoing, None)

Default Value

""

Remarks

If create_dir_struct was true when save_profile was invoked a directory for storing outgoing files would have been created. The path to this directory can be read from DirOutgoing after invoking load_profile.

This property is read-only.

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