Xceed FTP Library Documentation
EXFFolderItemType enumeration
XceedFtp control reference > Enumeration types > EXFFolderItemType enumeration

enum EXFFolderItemType
{
  fitFile = 0, 
  fitFolder = 1, 
  fitLink = 2 
}

The meaning of each value is detailed in the FileMatched, ListingFolderItem and ParsingListLine event topics, or the XceedFtpFolderItem object topic. See the description of the eItemType parameter or ItemType member.