"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
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
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
[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
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
>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
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