Bring Up To Date with Dev

This commit is contained in:
2026-08-11 09:50:41 -04:00
8 changed files with 73 additions and 23 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ namespace Baseline
string[] fileList = Directory.GetFiles(fi.DirectoryName, patern);
// sort the list of file list
Array.Sort((string[])fileList);
return fileList.First(); // the PDF file that we what should be top of the list then.
return fileList.FirstOrDefault(); // the PDF file that we what should be top of the list then.
}
/// <summary>