Compare commits
5
Commits
B2026-070
...
18d2aa3b51
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18d2aa3b51 | ||
|
|
1d634d96fe | ||
|
|
4eb5254d96 | ||
|
|
3c5265cecf | ||
|
|
9643a71ba5 |
@@ -503,7 +503,7 @@ namespace Baseline
|
|||||||
string[] fileList = Directory.GetFiles(fi.DirectoryName, patern);
|
string[] fileList = Directory.GetFiles(fi.DirectoryName, patern);
|
||||||
// sort the list of file list
|
// sort the list of file list
|
||||||
Array.Sort((string[])fileList);
|
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>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user