SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

CurrListEntryFileType Property

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

Syntax

int GetCurrListEntryFileType();

Possible Values

CFET_UNKNOWN(0), 
CFET_DIRECTORY(1),
CFET_FILE(2),
CFET_SYMLINK(3),
CFET_SPECIAL(4),
CFET_CURRENT_DIRECTORY(5),
CFET_PARENT_DIRECTORY(6)

Default Value

0

Remarks

The type of the entry:

cfetUnknown0
cfetDirectory1
cfetFile2
cfetSymlink3
cfetSpecial4
cfetCurrentDirectory5
cfetParentDirectory6

This property is read-only and not available at design time.

Data Type

Integer

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