How Do I Retrieve the Location of the Temp Folder for the Current User?

When you're working with files, it is sometimes necessary to write to temporary files. Of course you could drop those files in the application's folder, but it's good practice to save those files in the user's Temp folder instead. This snippet will return the full path to the user's temp folder, e.g. C:\Documents and Settings\Imar\Local Settings\Temp\, so you know where to save your temporary files.
For this code to work, you'll need to import the System.IO namespace.
Dim tempPath As String  = Path.GetTempPath()

Where to Next?

Wonder where to go next? You can post a comment on this article.

Doc ID 267
Full URL https://imar.spaanjaars.com/267/how-do-i-retrieve-the-location-of-the-temp-folder-for-the-current-user
Short cut https://imar.spaanjaars.com/267/
Written by Imar Spaanjaars
Date Posted 04/11/2004 15:24
Date Last Reviewed 12/06/2006 15:11
Listened to when writing <strong>Intermission</strong> by <strong>Tool</strong> (Track 8 from the album: <strong>Aenima</strong>)

Comments

Talk Back! Comment on Imar.Spaanjaars.Com

I am interested in what you have to say about this article. Feel free to post any comments, remarks or questions you may have about this article. The Talk Back feature is not meant for technical questions that are not directly related to this article. So, a post like "Hey, can you tell me how I can upload files to a MySQL database in PHP?" is likely to be removed. Also spam and unrealistic job offers will be deleted immediately.

When you post a comment, you have to provide your name and the comment. Your e-mail address is optional and you only need to provide it if you want me to contact you. It will not be displayed along with your comment. I got sick and tired of the comment spam I was receiving, so I have protected this page with a simple calculation exercise. This means that if you want to leave a comment, you'll need to complete the calculation before you hit the Post Comment button.

If you want to object to a comment made by another visitor, be sure to contact me and I'll look into it ASAP. Don't forget to mention the page link, or the Doc ID of the document.

(Plain text only; no HTML or code that looks like HTML or XML. In other words, don't use < and >. Also no links allowed.