IPWorks IoT 2020 Python Edition

Questions / Feedback?

local_directory Property

The directory to which received files are saved.

Syntax

def get_local_directory() -> str: ...
def set_local_directory(value: str) -> None: ...

local_directory = property(get_local_directory, set_local_directory)

Default Value

""

Remarks

This setting specifies the directory on disk to which received files will be saved. If this property is not set and a file is received the file data will be available through the on_transfer event parameters. This property may also be set when the on_start_transfer event fires.

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