IPWorks IPC 2020 Python Edition

Questions / Feedback?

process_working_dir Property

The working directory of the process.

Syntax

def get_process_working_dir() -> str: ...
def set_process_working_dir(value: str) -> None: ...

process_working_dir = property(get_process_working_dir, set_process_working_dir)

Default Value

""

Remarks

This property optionally specifies the working directory in which the process will run.

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