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.
*.*指定されたパスがまたはのような検索パターンに一致するかどうかを確認したいと思いreport*.txtます。
*.*
report*.txt
Directory.GetFiles (root, "*.txt")または同様のものは使用しないでください(問題のファイルは存在しません)。
Directory.GetFiles (root, "*.txt")
私の最初のアイデアは、検索パターンを正規表現に変換することでしたが、検索パターンが時々 (おそらく歴史的な理由で) 奇妙な動作をしたことを思い出します。そのため、おそらく簡単に変換することはできません。