Unlink (p1): нет такого файла или каталога

if (file_exists($file_delete)) {
  unlink($file_delete);
}

//more this link in source
Excited Elephant