Board index » delphi » IdFTP List doesn't retrieve directories
DRS
![]() Delphi Developer |
Tue, 16 Nov 2004 16:53:31 GMT
IdFTP List doesn't retrieve directories
I'm using the current developer's version of Indy 9.
When I do an IdFTP.List I get a list of files but no directories are listed ServerFiles := TStringList.Create; gets a list of every file in the directory but not one subdirectory and if DirectoryListing.Items[i].ItemType = ditDirectory then fails. I desperately need to be able to see which subdirectories exist so I BTW, what's the point of having to declare your own StringList as a -- Quidquid latine dictum sit, altum videtur. |