tye commented on a Page, Recursive Directory Browser  -  Sep 08, 2005

Forgot something in my comment:

function directoryToArray($directory, $extension = false, $full_path = true) {
if ($extension !== false && strlen($extension)) { $extension = \"\.$extension\"; }
elseif ($extension !== false && !strlen($extension)) { $extension = \"^[^.]*$\"; }

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.