Explorar el Código

fix extention

Shenjian hace 7 años
padre
commit
d6219992e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!");