Shenjian 7 anni fa
parent
commit
d6219992e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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!");