SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_directory Property

Specifies whether this entry is a directory.

Syntax

def get_client_file_entry_directory() -> bool: ...
def set_client_file_entry_directory(value: bool) -> None: ...

client_file_entry_directory = property(get_client_file_entry_directory, set_client_file_entry_directory)

Default Value

FALSE

Remarks

Specifies whether this entry is a directory.

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