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