Hi Team,
Hope you are well. I need help.
Please find below the description of my problem
I am trying to develop a App where in user can enter the key word and the app can extract all the location of the files or folders with the user input keyword.
Description of the problem
For e.g. if i have a sql database with two columns one is File/Folder Name and other column is Location of the folder. In this case of the file name is Payrol and there will be a location where this file is saved.
When the user inputs "Payrol" the App should share the location of the file. I am kind of mocking it up by first reading files through my desk top and make the app search through it.
Current solution
The app is running but its giving me all the files in that folder. I want only the files related to "payrol". I have tried using conditions in App but not sure how to go about it.
Need help
How can the app select the files or folders based on the user input Keyword.

Please let me know,
Thanks,
Sri