Hi All,
I am encountering System.UnauthorizedAccessException while trying to delete a file even though the file is not marked as read only and the user has all the required access for that file. Can someone help me in identifying the other possible root cause for getting this exception on File.Delete() method and also help me with the resolutions for the same.