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 want to do a search on all files on a network disk. But certain file types I don't care about for example filestypescalled.xyz. How can I search all files except *.xyz?
To exclude files from a search use the NOT keyword, e.g.
File name: NOT:*.xyz
If you had multiple file types to exclude separate them with a semi-colon, e.g. to exclude both .xyz and .abc
File name: NOT:*.xyz;*.abc