| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-01-23 14:00 UTC] sander@php.net
  [2002-01-24 14:58 UTC] ddunn at lwdd dot fsnet dot co dot uk
  [2002-02-19 15:31 UTC] cmk@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
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");