标签: image path directory
如何从指定文件夹中找到bmp扩展名的所有图像文件的路径。如果我想为另一个内部的所有目录获取路径,我只需使用:
Directory.GetDirectories(path);
我正在寻找与上述方法类似的方法。
哦道歉,我正在使用C#