Directory.EnumerateFiles(@"C:\Temp", "*.txt").Where(t => t.EndsWith(".txt", StringComparison.InvariantCultureIgnoreCase))