IPWorks EDI 2020 Python Edition

Questions / Feedback?

dir_sent Property

The directory used to store sent files.

Syntax

def get_dir_sent() -> str: ...

dir_sent = property(get_dir_sent, None)

Default Value

""

Remarks

If create_dir_struct was true when save_profile was invoked a directory for storing sent files would have been created. The path to this directory can be read from DirSent 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]