Hi

Thanks for your reminding, I think the code works now.


Kind Regards

On Aug 8, 10:33 pm, Forest Bond <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Wed, Aug 08, 2007 at 12:08:17PM -0700, Enoch wrote:
> > I have a question about how to manipulate files by os.unlink() and
> > shutil.move()
>
> [...]
>
> > I always get the error
> > OSError: [Errno 13] Permission denied: afile.txt'
>
> To move or unlink a file, the user your code is running as needs to have write
> permissions for the directory containing the file.  Permissions on the file
> itself are inconsequential.
>
> -Forest
> --
> Forest Bondhttp://www.alittletooquiet.net
>
>  signature.asc
> 1KDownload


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to