From: Pit Capitain Date: 2006-03-31T20:20:30+09:00 Subject: Re: File deletion failed -- how to handle problem? Richard schrieb: > I wrote a simple test a techiques I'll apply in an app I'm going start > -- open a non-existent file for appending, > -- populate it > -- close it > -- open it for reading, expecting automatic closure when reading ended > -- looped through file printing its line to STDOUT > -- attempted to delete the file -- got "Permission denied - > TestOutput.txt (Errno::EACCES)" > > I tested it under SciTE. > ... Richard, your code works for me, when I run it from the command line. I haven't tried it with SciTE. Regards, Pit