how do I find a path to all image files with bmp extension from specified folder. If I want to get a paths for example for all Directories inside the other I use simply:
Directory.GetDirectories(path);
I am looking for a method simular to the one above.
Oh Apology for that, I am using C#