Search Files in a Directory : Windows Application
Following example I am trying to search files in a directory using a criteria, using DirectoryInfo.GetFiles() method we can search files with Criteria and you can use * to find all files those are starting with the some string.
So lets start building example, create a windows forms application and add one label, text box, a [...]