This method determines the appropriate directory list type.
function CheckListFormat(Data: string; const ADetails: Boolean): TIdFTPListFormat; virtual;
Parameters
Data: string
Directory list data
const ADetails: Boolean = False
Returns
TIdFTPListFormat - The appropriate directory listing format type.
Description
This method determines the appropriate directory list type that is to be used in LoadList and Parse methods. To use this with the LoadList, you need to set the ListFormat property to the return value.