C# 파일이 있는지 검사

예시) 그림파일이 있는지 검사하여 있는 경우만 로드하기                 FileInfo fileInfo = new FileInfo(strFileName);                 if (fileInfo.Exists)                 {                     pictureBox1.Load(strFileName);                 }                 else                 {                     pictureBox1.Image = null;       ...

C# 특정 폴더안의 파일 리스트 얻기

private void Form1_Load(object sender, EventArgs e)         {             string[] strName = Directory.GetFiles("../../../img", "*.png", SearchOption.AllDirectories);             foreach (string name in strName)             {                 MessageBox.Show(name);             }         }

2015년 3월 전국 지역별 아파트 매매가 중위수

출처:한국감정원 ...