ID: 15634
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: *Directory/Filesystem functions
Operating System: WIn XP
PHP Version: 4.1.1
New Comment:
Are you receiving an error message at all? Could you try putting the
following piece of code before your opendir call and tell us if it then
gives you an error message?
error_reporting(E_ALL);
Sean
Previous Comments:
------------------------------------------------------------------------
[2002-02-19 18:22:29] [EMAIL PROTECTED]
Hello,
I meet a problem with this code:
c:\ is my hard drive
to obtain the files in the directory of my hard drive, "c:/planning/",
the code is :
$dossier=opendir("c:/planning/");
echo $dossier;
this code work fine.
It display me the ressource.
//******************************************
But when I want obtain files in a remote directory "H:/planning" by
example, normaly the code is :
$dossier=opendir("h:/planning/");
echo $dossier;
this code don't work, it display me nothing.
I test this code on several computers, and I obtain the same problem.
I think that it's a bug.
could you confirm me ?
Thanks about your help .
Christophe
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15634&edit=1