if a dir exists
Posted: Mon Dec 16, 2002 7:45 am
last time i've learned how to see if a file exists, but now my next question:
How can one check if a dir exists?
Gr CrE3pZ
How can one check if a dir exists?
Gr CrE3pZ
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if (is_dir($images))
{