Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : IdFTP1.List( ) ONly want File names
| Subject: | IdFTP1.List( ) ONly want File names |
| Posted by: | "Possum" (possum@nospam.com) |
| Date: | Fri, 15 Sep 2006 01:21:41 +1200 |
Hi
I am populating a Listbox with data using the indyFTP component.. I have
D4
IdFTP1.List(ListBox1.Items);
I get data like this
-rw-r-r-- 1 kiwioffice psacln 3053 Aug 23 10.38 Action.htm
All I want is Action.htm
how can I get only this file name..,
Cheers Peter