Note Submitter: [email]axel5_mx@yahoo.com[/email]

----

Nice recursive code by FX at yucom dot be, it doesn't display the last directory, i fixed it in ShowFileList(&$a, $N) function
changing this line:

for ($i=1;$i<count($a); $i++)

like this:

for ($i=1;$i<=count($a); $i++)

Regards....