IPWorks Cloud 2020 Python Edition

Questions / Feedback?

local_file Property

The path to a local file for uploading or downloading.

Syntax

def get_local_file() -> str: ...
def set_local_file(value: str) -> None: ...

local_file = property(get_local_file, set_local_file)

Default Value

""

Remarks

This property is used to specify a local file that will be used for uploading or downloading. Set this to a local file before calling get_job_output. Set this to a local file to upload before calling upload_archive.

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