IPWorks IPC 2020 Python Edition

Questions / Feedback?

send_file Method

Sends the file over the connected pipe.

Syntax

def send_file(file_name: str) -> None: ...

Remarks

This method sends the specified file to the server/process over the connected pipe.

Timeout must be set to a positive value so that the class will operate synchronously.

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