SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_long_name Property

Contains the long name of the file (human-readable, ftp-like).

Syntax

def get_client_file_entry_long_name() -> str: ...
def set_client_file_entry_long_name(value: str) -> None: ...

client_file_entry_long_name = property(get_client_file_entry_long_name, set_client_file_entry_long_name)

Default Value

""

Remarks

Contains the long name of the file (human-readable, ftp-like).

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