Jayme65 wrote:
ext.SelectMany(Function(f) Directory.GetFiles(romPath, f))
This part gets the list three times, and filters it three times. Next, you turn it into an array, and sort that. It'd (probably) be faster to get the list once and filter it. Since GetFiles already returns an array, there's no need to convert it.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]