ID: 15175
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Filesystem function related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:

Can you show us a 'complete path'? You're probably doing something
wrong.


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

[2002-01-22 16:53:43] [EMAIL PROTECTED]

The following code does not work on Windows 2000 Service Pack 2 with
PHP 4.1.0 (no modules loaded, using php.exe). Webserver is IIS. 

is_dir reports back that directory does not exist when it does. Tried
using clearstatcache and chdir etc..etc....no different...

Have tried on a Linux/Apache system and it works fine. 

if (is_dir("$complete_path") == true)
        {print ("Directory exists");}
else    {print ("Directory does not exist");



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



Edit this bug report at http://bugs.php.net/?id=15175&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to