I'm looking for a way to get n++'s find in files dialog to exclude certain files...
the only reference I've found so far is this http://sourceforge.net/project/shownotes.php?release_id=536795&group_id=189927 , but, unfortunately, it doesn't work.
I'm using *[^*.dll] to, I think, search for everything BUT dll files.
How can I resolve this ?
Thanks