Shenjian 7 éve
szülő
commit
d6219992e7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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!");