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#を使用しています