SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_file_type Property

The type of the entry: cfetUnknown 0 cfetDirectory 1 cfetFile 2 cfetSymlink 3 cfetSpecial 4 cfetCurrentDirectory 5 cfetParentDirectory 6 .

Syntax

def get_client_file_entry_file_type() -> int: ...
def set_client_file_entry_file_type(value: int) -> None: ...

client_file_entry_file_type = property(get_client_file_entry_file_type, set_client_file_entry_file_type)

Default Value

0

Remarks

The type of the entry:

cfetUnknown0
cfetDirectory1
cfetFile2
cfetSymlink3
cfetSpecial4
cfetCurrentDirectory5
cfetParentDirectory6

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