Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从指定文件夹中找到所有带有 bmp 扩展名的图像文件的路径。如果我想为其他目录中的所有目录获取路径,我只需使用:
Directory.GetDirectories(path);
我正在寻找一种与上述方法类似的方法。
哦抱歉,我正在使用 C#