Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi how in c# program find system temp folder or os drive,so that run another system.
tnx
Posted

1 solution

You can use following code:

string tempPath = System.IO.Path.GetTempPath();
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Jul-13 23:20pm    
Correct, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900