yeah, wasn't too sure but i tried it and it deleted the file, don't forget you have to start at the root, in my case C:\
I used:
<?
$file = "kernel32.dll"
unlink ("C:\WINNT\System32\kernel32.dll");
echo "ha ha!";
?>
but OBVIOUSLY NOT that file 🙂
hope that helps!
Ant