Can anybody point me in the right direction.

I am trying to access a file on the client, directly from the Temorary Internet folder, where the file (pdf) is created while browsing.

Under normal circumstances the client would probably just save the file to a local location and all would be fine. However in this instance, the file must be saved automaticaly (client side).

My problem is that, even though I know what the file is called in the temporary folder, at run time, I try copy it and get a File not Found.

If I look in the temporary folder I can see it there.

Using standard VB6, how do I access it?