Sometime, during your C# coding activity, you need to query the list of files in a directory and the easy way is to use the .NET framework Directory class. As you have probably noticed Directory.GetFiles can be slow, or in
Sometime, during your C# coding activity, you need to query the list of files in a directory and the easy way is to use the .NET framework Directory class. As you have probably noticed Directory.GetFiles can be slow, or in