Le lundi 8 avril 2002, à 04:15 PM, Hiroshi Ayukawa a écrit :

> Does anyone know how to check a directory exiasts?

RTFM !!

try this :

if (file_exists($dir) && is_dir($dir)) {
        echo $dir.' is a directory !';
}


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to