Im trying to Delete ALL Text files from a directory using a php script.
Here is what I have tried.....
<?php array_map('unlink', glob("/paste/*.txt")); ?>
I dont get an Error when I run this, yet It doesnt do the job.
Is there a snippet for this? Im not sure what else to try.

/paste/*.txtright ? The paste dir is under/– xdazz Oct 13 '12 at 3:19/is a full path. – xdazz Oct 13 '12 at 3:23