//임시폴더 경로가져오기
string tempFolderPath = System.IO.Path.GetTempPath();//임시파일 경로가져오기 string tempFile = System.IO.Path.GetTempFileName();
'.Net > Winform' 카테고리의 다른 글
C# Color->Brush (0) | 2012.11.26 |
---|---|
C# RectangleShape 색 채우기 (0) | 2012.11.23 |
C# DataGridView 특정 Cell 선택 막기 (0) | 2012.11.22 |
C# DataGridView Cell Border 변경 (0) | 2012.11.22 |
C# 선 위에 좌표 존재 여부 판별 (delphi 참조) (0) | 2012.11.05 |