Seems so basic, I can't believe I don't know this! I just need a scratch folder to dump some temporary files to. I don't care if it gets wiped out between usages or not, and I don't think I should have to go through the hassle of creating one and maintaining it myself from within my application. Is that too much to ask?
views:
762answers:
3
+5
A:
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) or Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
Eduardo Campañó
2008-09-24 17:42:22
+3
A:
This is for VB.NET
My.Computer.FileSystem.SpecialDirectories.Temp
not sure if there's similar in C#
Teme @ windevblog.blogspot.com
Teme64
2008-09-24 17:43:55