Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPListItem.ItemType
Represents a set of file system attributes for the collection item.

property ItemType: TIdDirItemTypeSet;
Description
ItemType is a TIdDirItemTypeSet property that represents a set of attributes for the collection item that describe it usage in the directory listing.

ItemType can include one or more of the following values:

The default value for ItemType is the empty set ([]) as assigned in the Create constructor.

ItemType is updated when the Parse method for the collection is used to extract property values from the text for the directory listing.