SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ClientFileEntryFileType Property

Specifies the type of this entry, one of the following: cftFile 0 cftDirectory 1 cftSymblink 2 cftSpecial 3 cftUnknown 4 cftSocket 5 cftCharDevice 6 cftBlockDevice 7 cftFIFO 8 .

Syntax

__property TsbxSFTPServerClientFileEntryFileTypes ClientFileEntryFileType = { read=FClientFileEntryFileType, write=FSetClientFileEntryFileType };
enum TsbxSFTPServerClientFileEntryFileTypes { cftFile=0, cftDirectory=1, cftSymblink=2, cftSpecial=3, cftUnknown=4, cftSocket=5, cftCharDevice=6, cftBlockDevice=7, cftFIFO=8 };

Default Value

cftUnknown

Remarks

Specifies the type of this entry, one of the following:

cftFile0
cftDirectory1
cftSymblink2
cftSpecial3
cftUnknown4
cftSocket5
cftCharDevice6
cftBlockDevice7
cftFIFO8

This property is not available at design time.

Data Type

Integer

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