Page 1 of 1

how can i get a directory list?

Posted: Mon Jul 19, 2004 8:53 am
by pelegk2
i tried this :

Code: Select all

glob("images\\PDF\\*.*",GLOB_ONLYDIR);
and i get nothing although i have folder thee!
why?

Posted: Mon Jul 19, 2004 9:03 am
by Buddha443556
Do you have any folders with a period in the name?

Posted: Mon Jul 19, 2004 9:09 am
by pelegk2
nope
my folder are like this
1
2
mynewfolder
and so on

Posted: Mon Jul 19, 2004 9:33 am
by markl999
Try * instead of *.*