On Thursday 15 March 2001 16:05, you wrote:
> I am trying to get a list of all directories within a specified
> directory.
>
> Any ideas how to do this?

go through all entries of the dir. 
on each entry check if it's a directory.
if it is, list it

For all other questions on this topic check the manual

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Pretty cool, the kind of power information technology puts in our hands
these days.

- Securityfocus on probing 36000000 hosts for known problems in 3 weeks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to