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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to