 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Jul 07, 2006 9:55 pm Post subject: Listing directories in a FileListBox |
|
|
I need to somehow find all the directories contained in a given
directory, and list them in a FileListBox. Does anyone have any ideas? |
|
| Back to top |
|
 |
Jamie Guest
|
Posted: Sat Jul 08, 2006 8:13 am Post subject: Re: Listing directories in a FileListBox |
|
|
anyonex (AT) gmail (DOT) com wrote:
| Quote: | I need to somehow find all the directories contained in a given
directory, and list them in a FileListBox. Does anyone have any ideas?
have you looked at the ShBrowserForFolder? |
also, delphi has wrappers to interact with the
shell.
---
if you don't want to do that, you can always
do it your self using the FindFirst and FindNext.
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5 |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jul 10, 2006 2:07 am Post subject: Re: Listing directories in a FileListBox |
|
|
I don't understand anything and your link's connection to my question ?
Jamie wrote:
| Quote: | anyonex (AT) gmail (DOT) com wrote:
I need to somehow find all the directories contained in a given
directory, and list them in a FileListBox. Does anyone have any ideas?
have you looked at the ShBrowserForFolder?
also, delphi has wrappers to interact with the
shell.
---
if you don't want to do that, you can always
do it your self using the FindFirst and FindNext.
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5 |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|