Any
MoveToDecade
This commit is contained in:
@ -30,7 +30,7 @@ internal abstract class FileHolder
|
||||
next = Directory.GetFiles(path, searchPattern);
|
||||
}
|
||||
catch { }
|
||||
if (next is not null && next.Any())
|
||||
if (next is not null && next.Length > 0)
|
||||
yield return new(path, next);
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user