forked from amkovkov/GranuSightSoftware2
feat: starting to build a application itself
add "capture" and "camera-tuning" commands for cli
This commit is contained in:
@@ -42,7 +42,9 @@ public partial class Program
|
||||
.Select(Path.GetFileName)
|
||||
.OfType<string>();
|
||||
|
||||
var unusedFiles = storedFiles.Except(recordsFiles);
|
||||
var unusedFiles = storedFiles.Except(recordsFiles)
|
||||
.ToList()
|
||||
.Order();
|
||||
|
||||
if (unusedFiles is null || unusedFiles.Count() == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user