How to access Temp Folder of System.
-
Hi everyone! I am using Windows XP. I want my program to save a file into windows temporary folder under the local settings of the current user. 1. How I can do that? 2. How I can create hexa-decimal array generated name of these files and discard them after use. Thank you.
-
Hi everyone! I am using Windows XP. I want my program to save a file into windows temporary folder under the local settings of the current user. 1. How I can do that? 2. How I can create hexa-decimal array generated name of these files and discard them after use. Thank you.
Use
System.IO.Path.GetTempFileName()
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.
-
Use
System.IO.Path.GetTempFileName()
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.