$filename = '/path/to/foo.txt';
if (file_exists($filename))
{
echo "The file $filename exists";
} else {
echo "The file $filename does not exist";
}
1 Temmuz 2007 Pazar
Checks whether a file or directory exists
Subscribe to:
Kayıt Yorumları (Atom)
0 Comments:
Post a Comment