Reading the "Temporary Internet Files" folder using C#?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to read the Temporary Internet Files folder using C#? I'm
messing with FileIO (newbie here) and everything seems to work fine until I
try to read the list of files in this Temporary Internet Files folder. I'm
only received 1 file when I know there is more.

Any suggestions are very appreciated.

Thanks
 
I'm sorry I should have stated this earlier. This is written as a windows
based C# application. Not web based.
 
Jim said:
Is it possible to read the Temporary Internet Files folder using C#? I'm
messing with FileIO (newbie here) and everything seems to work fine until
I
try to read the list of files in this Temporary Internet Files folder. I'm
only received 1 file when I know there is more.

Any suggestions are very appreciated.

The Temporary Internet Files folder, on my machine, has only one file and
several underlying directories. Try enumerating the directories and all the
files in them.

There appears to be alot of files in the folder in explorer because of a
shell extension which shows a cleaner view of the cached files than the raw
directory view will.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top