Re: IE Temporary Internet Files & Python

2005-11-13 Thread John J. Lee
"James Hu" <[EMAIL PROTECTED]> writes: > Maybe the reason is ..\Content.IE5\index.dat can't be deleted! [...] IIRC, it can/could be from linux (with Win NT 4 installed on a VFAT partition), so I guess it is/was a normal file to that extent. John -- http://mail.python.org/mailman/listinfo/pyt

RE: IE Temporary Internet Files & Python

2005-11-10 Thread James Hu
Maybe the reason is ..\Content.IE5\index.dat can't be deleted! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rtilley Sent: Thursday, November 10, 2005 11:03 AM To: python-list@python.org Subject: Re: IE Temporary Internet Files & Python Las

Re: IE Temporary Internet Files & Python

2005-11-10 Thread rtilley
Tim Golden wrote: > [rtilley] > > >>Below is a script that recursively deletes files from a directory. It >>works well on the two directories that I'm currently using it on: > > >>C:\Documents and Settings\user\Cookies >>C:\Documents and Settings\user\Temp > > >>However, I'd like to use it o

RE: IE Temporary Internet Files & Python

2005-11-10 Thread Tim Golden
[rtilley] > Below is a script that recursively deletes files from a directory. It > works well on the two directories that I'm currently using it on: > C:\Documents and Settings\user\Cookies > C:\Documents and Settings\user\Temp > However, I'd like to use it on this directory as well: > C:\Doc

Re: IE Temporary Internet Files & Python

2005-11-10 Thread rtilley
Laszlo Zsolt Nagy wrote: > >> The script does not seem to work when used on Temporary Internet Files. >> > Doesn't work well? What does it mean? Is there an exception raised? > > Les > No exception. The files are not deleted. -- http://mail.python.org/mailman/listinfo/python-list

Re: IE Temporary Internet Files & Python

2005-11-10 Thread Laszlo Zsolt Nagy
>The script does not seem to work when used on Temporary Internet Files. > > Doesn't work well? What does it mean? Is there an exception raised? Les -- http://mail.python.org/mailman/listinfo/python-list

IE Temporary Internet Files & Python

2005-11-10 Thread rtilley
A bit off-topic, but Python related. Below is a script that recursively deletes files from a directory. It works well on the two directories that I'm currently using it on: C:\Documents and Settings\user\Cookies C:\Documents and Settings\user\Temp However, I'd like to use it on this directory a