Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: copy some files from IE temporary internet files

Reply
Thread Tools

Re: copy some files from IE temporary internet files

 
 
Tim Golden
Guest
Posts: n/a
 
      04-19-2010
On 19/04/2010 10:49, CHEN Guang wrote:
> Hi friends,
> I want to program Python to copy some video files (.flv) from the IE folder "temporary internet files", but
>
> os.listdir('C:\\Documents and Settings\\Administrator\\Local Settings\\Temporary Internet Files')
>
> seemed unable to find any video file (although they really exist and can be manually copied with Windows explorer).
> I googled and found that "temporary internet files" is not a normal folder. Will any friend tell me how to do this?


Have a look at the win32inet module from the pywin32 package

TJG
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
anonymous array of strings // ("taking address of temporary"- how long is temporary valid?) anon.asdf@gmail.com C++ 7 02-12-2008 10:58 AM
aspnet_wp locks some file types when copy them into a temporary directory SP ASP .Net 0 07-25-2007 08:28 AM
Account that creates folders and files under Temporary Internet files rogersw8n@gmail.com ASP .Net 5 01-26-2007 06:54 PM
Could not copy temporary files to the output directory Bug arkam ASP .Net 1 12-18-2003 03:48 PM
RE: Could not copy temporary files to the output directory Charlie Nilsson [MSFT] ASP .Net 0 08-29-2003 11:22 PM



Advertisments