Hi,
I have an application which contains over 400 text files. These files are displayed in a tree structure and can be expanded etc. Within these files are variables and their definitions, however, a variable can appear in more than one file. I am implementing a Search functionality to allow the user to find a particular variable, however, this is taking a lot of time.
Beyond opening each file and looking for the particular word is there any faster way to search for it. I need to go through all 400 files as I need to show what files this word appears in.
Can anyone help.
Thanks,
Tom
:-V
I have an application which contains over 400 text files. These files are displayed in a tree structure and can be expanded etc. Within these files are variables and their definitions, however, a variable can appear in more than one file. I am implementing a Search functionality to allow the user to find a particular variable, however, this is taking a lot of time.
Beyond opening each file and looking for the particular word is there any faster way to search for it. I need to go through all 400 files as I need to show what files this word appears in.
Can anyone help.
Thanks,
Tom
:-V