File Directory Php

if ( file_exists ("data.txt") ) {
  print "The file exists!";
}
?>