Directory dump

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Directory dump

Post by alex.barylski »

Anyone know of a script out there which might do such a simple task???

So I don't have to go write my own????

It would be nice if it was recursive and displayed results in a neat structured fashion...

Anyone??? :)
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

You can do it in 6 or less lines using http://www.php.net/glob and http://www.php.net/is_directory
Post Reply