On Wed, 2004-02-04 at 22:36, Binay wrote:
> is there function which scans a particual directory recurisly and stores the content 
> in array or other way? Listing of files should be in alphabetical way and 
> directories should come on top.
> 

Currently there is not a function that will go down recursive and put it
all into an array.  You can use the exec function and do a recursive ls
and see what that does for you if you are on *nix.

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to