ID:               15634
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         *Directory/Filesystem functions
 Operating System: WIn XP
 PHP Version:      4.1.1
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2002-04-14 14:53:36] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

Reply via email to