Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
How do i read the temporary internet files programatically?
Leon Puth
9y
2.1k
1
Reply
from IE. i can open the ..\AppData\Local\Microsoft\Windows\Temporary Internet Files\ folder to view them but programmatically i cannot see any files in the folder using
Directory
.GetFiles()
why is this?
i want to delete specific files from there programmatically but getfiles only return a few if any files.
i tried this as well but no nothing works:
http://stackoverflow.com/questions/6521148/c-sharp-how-to-delete-temporary-internet-files
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
when to use ref and out in c#
Unable to fire event from radiobuttonlist