SmartFTP FTP Library
|
enum ItemType { ftpItemTypeRegularFile = 1, ftpItemTypeDirectory = 2, ftpItemTypeSymbolicLink = 3, ftpItemTypeSpecial = 4, ftpItemTypeUnknown = 5, ftpItemTypeFIFO = 9, ftpItemTypeCharacterDevice = 7, ftpItemTypeBlockDevice = 8, ftpItemTypeSocket = 6 };
This enumeration is used by the Type property.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|