l& = DeleteUrlCacheEntry("C:\Documents and Settings\user\Local
Settings\Temporary Internet Files\file.cab")
I always get back an error of 2 indicating that the file cannot be found. If
I open Windows Explorer and view the path I see that the file is indeed
there. Is there another method to using this API other than the example I
show here? Is what I am doing not possible?
Thanks,
JW
--
--Vladimir, Windows SDK MVP
"Jerry West" <j...@comcast.net> wrote in message
news:132stl7...@news.supernews.com...
Tony Proctor
"Jerry West" <j...@comcast.net> wrote in message
news:132stl7...@news.supernews.com...
>You don't need to pair up any "\" characters in VB Jerry. Try playing with
>this example to see if it behaves the same way:
>http://groups.google.ie/group/microsoft.public.vb.general.discussion/msg/bda75aa7b34e6248?hl=en&
Yes the '\\' stuff is just C conventions
- like talking Mandarin in Shanghai
Try manually deleting the file - I'll bet you get 'access denied'
Thanks,
JW
"Tony Proctor" <tony_proctor@aimtechnology_NoMoreSPAM_.com> wrote in message
news:f0nksu$o23$1...@reader01.news.esat.net...
Also, don't forget Jerry French's suggestion of attempting to manually
delete it. Maybe it's just protected
Tony Proctor
"Jerry West" <j...@comcast.net> wrote in message
news:132v3ao...@news.supernews.com...