以下の内容はhttps://blog.systemjp.net/entry/2018/10/06/004159より取得しました。


あるフォルダ以下にあるファイルをすべて取得する

using System.IO;
...

            string[] files = Directory.GetFiles(
              search_path,
              "*.csv",
              SearchOption.AllDirectories);

ネタ元


でもDirectory.EnumerateFilesのほうが高速でいいらしいよ。




以上の内容はhttps://blog.systemjp.net/entry/2018/10/06/004159より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14