Page 1 of 1

Files that do NOT contain a string

Posted: Thu Oct 16, 2008 1:53 pm
by RupertD
Is it possible to get a list of files that so not contain the specific string of characters

Thanks

Re: Files that do NOT contain a string

Posted: Fri Nov 28, 2008 3:22 pm
by Abacre
Yes. It's possible to do with AFR.

Go to Find tab.
Check Native type.
Then enter a string with minus (-) sign before it.
For example,
-"hello world"
Will search for files that do NOT contain hello world as a string.

or you can use -hello (without double quotes) to search for files that do not contain hello.