Reputation: 11304
I am able to get files from a directory with having certain extension (example .txt),
var x = Directory.GetFiles(@"C:\Test\", "*.txt");
But, how to get file/s which don't have any extension (XYZ below image),
Upvotes: 0
Views: 72