I am trying to give my program a search function which can search for directories. At the moment it can search for directories but it's only searching for the directories who have exactly the name which is put in the textbox. And I want a function that can search for every directory which has a the name, standing in the textbox. For example if I typ in the word "test" and I have 2 directories, one with the name test 1 and the other one test 2. It will have to display both directories.
If anyone knows how to create a search function like that, please tell me. I would appreciate some codes.
Many thanks in advance.
If anyone knows how to create a search function like that, please tell me. I would appreciate some codes.
Many thanks in advance.
Comment