-
Temporary Internet Files
I'm trying to access some files and folders under the "Temporary Internet Files" folder using vb.net.. these files and folders are not accessible at all ... is there anyway to do that?.. even I can't see the subfolder to tell if they are hidden or not.. it seems like that there is a special attributes for those ..
any help is appreciated.
-
You can access them like any other folder/file..... I can see the folder perfectly fine on my machine. Are you looking in the right place?
On XP it's in the Documents and Settings folder for the specific user
-
I think I was not looking at the folderc:\Documents and Settings\tyousef\Local Settings\Temporary Internet Files\Content.IE5
that's why..
-
I'm not at my desk, but you can look in the specialfolders enum.
-
It's working now. witha a file watcher too. :)