How to find files in folders?

Here you are.
Directory.GetFiles(“intput folder path here”, “Readme.txt”, SearchOption.AllDirectories)

5 Likes