(imported topic written by hansele8191)
Hi I’m new in this forum and new on using relevance. I need your help on creating a relevance to check on the following condition:
- look for the existance of a text file under any subdirectory under c:\documents and settings
if the file exists, then look for a specific string on the txt file. This needs to be recursive in the event that there are multiple profiles and it should look 2 level down of documents and settings.
Example:
Imagine that we have the following profiles:
C:\documents and settings\User1\folder\test.txt
C:\documents and settings\User2\folder\test.txt
Check to see if inside test.txt the word “found” is inside the file.
Any help will be appreciated.