HOWTO: Search For Text In Files
To find
file(s) of the required type containing the specific text, do the following.
- Specify the folder in which you want to find files. For example:
C:\MyWebFiles\Projects
- Set mask(s) of the files that you want to find. For example:
*.htm*;*.asp
- Type the text that you want to find in the Find What field.
- Click the Search button. This is important to click this button rather than
Replace, to not
replace occurrences of the found text.