Ho fatto cosi:

codice:
<?
$path = 'cartella/';
$file = '.htaccess';
unlink($path.$file);
?>