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
I am trying to get a list of all directories within a specified
directory.
Any ideas how to do this?
Thanks
Tim
--
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
2 matches
Mail list logo