|
-
Dec 4th, 2012, 04:34 PM
#1
Re: Permission Denied When Trying To Delete A File
 Originally Posted by SamOscarBrown
Okay, here 9is what MS says causes that---check EACH:
Visual Basic for Applications Reference Visual Studio 6.0
2 out of 29 rated this helpful - Rate this topic
Permission denied (Error 70) See Also Specifics
An attempt was made to write to a write-protected disk or to access a locked file. This error has the following causes and solutions:
- You tried to open a write-protected file for sequential Output or Append. Open the file for Input or change the write-protection attribute of the file.
- You tried to open a file on a disk that is write-protected for sequential Output or Append. Remove the write-protection device from the disk or open the file for Input.
- You tried to write to a file that another process locked. Wait to open the file until the other process releases it.
- You attempted to access the registry, but your user permissions don't include this type of registry access. On 32-bit Microsoft Windows systems, a user must have the correct permissions for access to the system registry. Change your permissions or have them changed by the system administrator.
It's a generic file permissions error. I've Googled this error for quite some and came across that document as well. Nothing there applies to this situation.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|