Re: Access Denied while trying to delete file from python script

2007-07-14 Thread Jay Loden
[EMAIL PROTECTED] wrote: > On Jul 14, 3:39 am, "Viewer T." <[EMAIL PROTECTED]> wrote: >> I am trying to write a script that deletes certain files based on >> certain criteria. >> >> What I am trying to do is to automate the process of deleting certain >> malware files that disguise themselves as sy

Re: Access Denied while trying to delete file from python script

2007-07-14 Thread kyosohma
On Jul 14, 3:39 am, "Viewer T." <[EMAIL PROTECTED]> wrote: > I am trying to write a script that deletes certain files based on > certain criteria. > > What I am trying to do is to automate the process of deleting certain > malware files that disguise themselves as system files and hidden > files. W

Access Denied while trying to delete file from python script

2007-07-14 Thread Viewer T.
I am trying to write a script that deletes certain files based on certain criteria. What I am trying to do is to automate the process of deleting certain malware files that disguise themselves as system files and hidden files. When I use os.remove() after importing the os module is raises a Window