找到系统临时文件夹 [英] find system temp folder

查看:90
本文介绍了找到系统临时文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi
如何在c#程序中找到系统临时文件夹或操作系统,以便运行另一个系统。

tnx

解决方案

< blockquote>您可以使用以下代码:



 string tempPath = System.IO.Path.GetTempPath(); 


hi how in c# program find system temp folder or os drive,so that run another system.
tnx

解决方案

You can use following code:

string tempPath = System.IO.Path.GetTempPath();


这篇关于找到系统临时文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆