Enumerate files given a search pattern
I would like to see a .NET overload that implements similar functionality to Directory.EnumerateFiles(string path, string searchPattern). Right now, we have to get all the files and filter on our own.
5
votes
2 comments
-
Morten Pedersen commented
Looks like this would be for SDK and also Powershell. U-SQL already has this ability (in a way).
-
Mike R commented
Hi Dan... do you want to see this in the SDK? Or as part of U-SQL?