local_file Property

The path to a local file used for DAV operations.

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

After a get_resource operation, local_file will contain the contents of the resource.

For a put_resource operation, local_file contains the data that will be uploaded to the server.

If local_file is empty then the received data is provided through the on_transfer event.

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