When i keep default (as you gave) it shows
Config.Msi
Documents and Settings
Administrator folders etc...
when i keep
traverseDirTree('/','dofile','dodir');
it shows the same
and keeping blank gives error
traverseDirTree(' ','dofile','dodir');
Warning: readdir(): supplied argument is not a valid Directory resource in C:\wamp\www\open_template\open_cms.php on line 17
BTW, i want to show directory inside the folders not from outside
My folder is this
open_template
-- templates
-- thunder
-- thunder
-- index.html
-- the wild
-- same as above
i want to list the directory inside templates and my OS is Win XP
Thanks