|
-
Jun 19th, 2003, 02:36 AM
#1
Thread Starter
New Member
Temporary Internet Folders
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?
-
Jun 19th, 2003, 09:49 AM
#2
Frenzied Member
Use FileSystemObject to find and copy file.
-
Jun 19th, 2003, 09:57 AM
#3
Thread Starter
New Member
Thanks for the input but
FileSystemObject.fileExists(C:\Documents and Settings\Hansw\Local Settings\Temporary Internet FilesAppRoutine?order+12023.pdf)
returns false
even though I find
AppRoutine?order+12023.pdf in C:\Documents and Settings\Hansw\Local Settings\Temporary Internet Files
This is why I need to no more about what happens to files being created in this folder. (By some or other Java application.)
-
Jun 19th, 2003, 11:31 AM
#4
Frenzied Member
Have you got this in the right category? If you are referring to the file system object in ASP then you only have access to the file system on the server that is running the ASP script and not on the client.
-
Jun 19th, 2003, 04:29 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|