Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdFTPListItems.Parse
TIdFTPListItems
,
See Also
Parses data for a directory entry using the specified
ListFormat
.
procedure
Parse(ListFormat: TIdFTPListFormat; AItem: TIdFTPListItem);
Parameters
ListFormat: TIdFTPListFormat
The list item format
AItem: TIdFTPListItem
The item that is to be parsed.
Description
This parses the data located in the AItem.Data and parses it as specified in the
ListFormat
parameter.