I am trying to enumerate the files in the temporary internet cookies folder
on my device:
I get the directory from the the registry key
"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cookies".
This get me the value of \Windows\Profiles\guest\Cookies
When I try to perform the following command
Dim diClearFolder As DirectoryInfo = New
DirectoryInfo("\Windows\Profiles\guest\Cookies")
I get the following error:
"Value does not fall within the expected range."
Thank you for any help.
|