5
I am trying to delete a file that is marked with the attribute "Read only":
Whenever the file is marked with the said attribute, I get the following exception:
System.Unauthorizedaccessexception was unhandled
If it is a file whose "Read only" attribute is unchecked, the deletion process is performed smoothly.