Re: [PHP] Recursive directory scan

2001-11-26 Thread Hank Marquardt
This ought to do what you want: "; } } } closedir($dh); } dir_print("/home/hmarq"); ?> Caveats: It's unix style slashes -- Does no error checking -- perms in particular Hank On Mon

[PHP] Recursive directory scan

2001-11-26 Thread Christoph Starkmann
Ooops... I'm just ging mad about a function to recursively scan a directory tree. Maybe I'm just too stupid, maybe it's just because today is monday, but I don't get this managed. Has anybody got a code sniplet the runs from $currentDir recursively through all directories, does somethin