Mega Code Archive

 
Categories / Php / File Directory
 

You can remove an existing file with the unlink() function

<? unlink("myfile.txt"); ?>