IPWorks IPC 2020 Python Edition

Questions / Feedback?

process_file_name Property

The path to the file on disk to execute.

Syntax

def get_process_file_name() -> str: ...
def set_process_file_name(value: str) -> None: ...

process_file_name = property(get_process_file_name, set_process_file_name)

Default Value

""

Remarks

This property specifies the path to the file on disk that will be executed. process_args optionally specifies the arguments that will be passed. process_working_dir 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]