IPWorks EDI 2020 Python Edition

Questions / Feedback?

dir_logs Property

The directory used to store log files.

Syntax

def get_dir_logs() -> str: ...

dir_logs = property(get_dir_logs, None)

Default Value

""

Remarks

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