소스 검색

fix extention

Shenjian 7 년 전
부모
커밋
d6219992e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PhotoSorter/Program.cs

+ 1 - 1
PhotoSorter/Program.cs

@@ -17,7 +17,7 @@ namespace PhotoSorter
             Console.WriteLine("Press any key to DO it...");
             Console.ReadKey();
             string folderIn = AppDomain.CurrentDomain.BaseDirectory;
-            string[] extArray = new string[] {".jpg",".dng",".nef"};
+            string[] extArray = new string[] {".jpg",".jpeg",".dng",".nef"};
             
             doWork(folderIn, extArray);
             Console.WriteLine("Done!");