Addressed to: "Kevin Beckford" <[EMAIL PROTECTED]>
              [EMAIL PROTECTED]

** Reply to note from "Kevin Beckford" <[EMAIL PROTECTED]> Fri, 23 Feb 2001 
15:42:26 -0500
>
> I am opening the top level of a a directory structure with dir. I want make
> a list of the subdirectories, but not the files. Is there a file test
> operator like perl's -d in php? I will then have to go into the sub
> directories to perform actions on non directory files

I bet there is...

   http://www.php.net/manual/en/ref.filesystem.php

Would be a good place to find out.


Hint:  look for  is_file()  or  is_dir().




Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com

--
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