
billydean
Deleted
Mar 27, 2000, 2:03 PM
Post #1 of 7
(627 views)
|
|
Sub Directories
|
Can't Post
|
|
If I open a directory how can I list all the sub directories? <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> opendir(DIR, $path); @a=grep(/?/, readdir(DIR)); closedir(DIR);</pre><HR></BLOCKQUOTE> Can I replace the ? with something to do it.
|