Temp Folder
-
System.IO.Path.GetTempPath();
Edit:Environment.GetEnvironmentVariable("TEMP");
orEnvironment.GetEnvironmentVariable("TMP");
will also work but 1. It gives the path in 8.3 format 2. If at any point in the future MS changes the Environment variable it may break(!) so I'd use the initial suggestion.Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog) -
Google. For cryin' out loud, put some freakin' effort into your work. Asking here takes MANY TIMES LONGER than using google.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Google. For cryin' out loud, put some freakin' effort into your work. Asking here takes MANY TIMES LONGER than using google.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
John Simmons / outlaw programmer wrote:
Asking here takes MANY TIMES LONGER than using google.
I stopped wondering why people use message boards for such simple answers when using google they would have found the solutions in ten seconds. :sigh:
google is loosing its mojo :-\
-
google is loosing its mojo :-\