Hi, I'm using PHP 4. I would like to delete all files in my directory
/mydir that match the regular expression
/mydir/temp*
What is the shortest way in which I can do this?
Thanks, - Dave
/mydir that match the regular expression
/mydir/temp*
What is the shortest way in which I can do this?
Thanks, - Dave
Comment