Temporary Directory
string strTempPath = System.IO.Path.GetTempPath();
Temporary FileName
string strTempFileName = System.IO.Path.GetTempFileName();
'Language > C#(CLR,.NET)' 카테고리의 다른 글
문자열을 정수로 변환(C# 프로그래밍 가이드) (0) | 2012.11.21 |
---|---|
How to Integrate Excel in a Windows Form Application using the WebBrowser (0) | 2012.11.21 |
[Micrsofot]Team Foundation Server(TFS) 사용시 사용자의 PC명 변경시 Workspace관련 오류 발생시 (1) | 2012.10.09 |
[C#] Exchange 메일 목록 읽어오기 (0) | 2012.06.25 |
[C#] DataTable간 Join (0) | 2012.06.15 |