|
-
Jun 1st, 2004, 10:58 AM
#1
Thread Starter
New Member
How to find a directory ???
Can anyone help me ???
I need to be able to write some asp.net code (if it can be done) to find the directory/path to a user's Temporary Internet Files folder. I do not want to hard code anything. Is there a shell function or something I can use to establish this path, in order to check the files that are there!
Once I get this it will be a great help. Hopefully someone can help me.
Thx very much in advance!
-
Jun 1st, 2004, 11:08 AM
#2
Frenzied Member
You won't be able to do this on the clients machine, if that's what you are wanting to do.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jun 1st, 2004, 11:11 AM
#3
Thread Starter
New Member
Thx for that reply .... I figured that, but I need to know for the my webserver!
Also, is there a way (which I am sure there is) to STOP files being written to the client PC to their Temp Internet Files folder. If so, can you help. And if it isn't too much, details would be great!
Thx for your help!
-
Jun 2nd, 2004, 09:36 AM
#4
Frenzied Member
Use DirectoryInfo class in the System.IO namespace.
Why would you want to stop pages from being written to the temp file location? Files are written there to allow sites to load faster when revisiting.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jun 2nd, 2004, 09:38 AM
#5
Thread Starter
New Member
thx for taking the time to reply .... I have my problem solved!
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
|