SecureBlackbox 2020 Python Edition

Questions / Feedback?

read_only Property

Specifies whether files on the server are read-only.

Syntax

def get_read_only() -> bool: ...
def set_read_only(value: bool) -> None: ...

read_only = property(get_read_only, set_read_only)

Default Value

FALSE

Remarks

Set this property to true to deny all client requests to change files on the server.

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