I am logged into Windows with an administrator account.
I used the unlink($filename) function to delete a file using php but it gives me the following error:
Warning: unlink(C:/wamp/www/jedda/wp-content/uploads/) [function.unlink]: Permission denied in C:\wamp\www\Jedda\wp-content\plugins\course management\course_file.php on line 242
So how can I delete the file using php?