if(!@unlink('fichero.txt')) { echo 'Error borrando el fichero'; }else { echo 'Fichero borrado satisfactoriamente ;)'; }