SecureBlackbox 2020 Python Edition

Questions / Feedback?

root_directory Property

Specifies the server's root directory.

Syntax

def get_root_directory() -> str: ...
def set_root_directory(value: str) -> None: ...

root_directory = property(get_root_directory, set_root_directory)

Default Value

""

Remarks

Use this property to specify the shared root directory for all client sessions.

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