1.1.0 - install + stat gen

This commit is contained in:
mikx
2024-12-27 17:05:41 -05:00
parent 65714e77ad
commit 16dbfe86fa
21 changed files with 3453 additions and 8 deletions

View File

@@ -19,7 +19,12 @@ namespace MxFilterGen2.IO
File.Delete(file);
}
File.Delete($"out/{JSON.settings.GetName()}_{f}.filter");
}
}
var gens = Directory.GetFiles("out/Gen");
foreach (var g in gens)
{
File.Delete(g);
}
}
}
}