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!");