file_delete($path)drupal/includes/file.inc, line 363
function file_delete($path) { if (is_file($path)) { return unlink($path); } }