Einzelnen Beitrag anzeigen

Benutzerbild von APP
APP

Registriert seit: 24. Feb 2003
Ort: Graz (A)
705 Beiträge
 
Delphi 7 Enterprise
 
#9
  Alt 8. Mär 2003, 10:53
Hallo,
im Source von IdFTP.pas steht:

Delphi-Quellcode:
procedure TIdFTP.List(ADest: TStrings; const ASpecifier: string = ''; {Do not translate}
 const ADetails: boolean = true);
...
daher sollte

IdFTP1.List(DirectoryListBox.Items,'*.jpg'); oder

IdFTP1.List(DirectoryListBox.Items,'jpg'); genügen (einfach ausprobieren).
Armin P. Pressler

BEGIN
...real programmers are using C/C++ - smart developers Delphi;
END;
  Mit Zitat antworten Zitat