Welcome to the Mythicsoft Q&A site for:
- Agent Ransack - FileLocator Lite - FileLocator Pro
Please feel free to ask any questions on these products or even answer other community member questions.
Useful Links:
I'm trying to search for all *.c files but files like *.cpp are showing up. How do I limit the search to just *.c?
*.c
*.cpp
Using the DOS Expression setting
File name: *.c
*.c will match only files ending in .c.
However, if you're using the Boolean expression option you'll need to use something like:
File name: DOSEX "*.c>"