SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

currListEntryFileType (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 (nonatomic,readonly,assign,getter=currListEntryFileType) int currListEntryFileType;
- (int)currListEntryFileType;

/* Possible Values */
CFT_FILE(0),
CFT_DIRECTORY(1),
CFT_SYMBLINK(2),
CFT_SPECIAL(3),
CFT_UNKNOWN(4),
CFT_SOCKET(5),
CFT_CHAR_DEVICE(6),
CFT_BLOCK_DEVICE(7),
CFT_FIFO(8)
public var currListEntryFileType: SftpclientCurrListEntryFileTypes {
  get {...}
}
public enum SftpclientCurrListEntryFileTypes : Int32 { case cftFile = 0 case cftDirectory = 1 case cftSymblink = 2 case cftSpecial = 3 case cftUnknown = 4 case cftSocket = 5 case cftCharDevice = 6 case cftBlockDevice = 7 case cftFIFO = 8 }

Default Value

4

Remarks

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

cftFile0
cftDirectory1
cftSymblink2
cftSpecial3
cftUnknown4
cftSocket5
cftCharDevice6
cftBlockDevice7
cftFIFO8

This property is read-only.

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