I've been attempting to use the readdir() function in conjunction with
opendir() and a couple others like the ones found here
<http://www.php.net/manual/en/function.readdir.php>  to generate some file
listings.  My problem is, I've tried all the examples found on the web page
linked above and all return and empty listing whether or not there are files
present.  I'm running this script in the same directory as the one I'm
trying to list the files for.  I suspect my problem is that these
directories are under symbolic links and the actual files reside on Windows
shares which my FreeBSD webserver accesses via the Samba client.  Are there
"known issues" pertaining to this usage?
 
Thanks
Steve Brown
 
 


Reply via email to