FileLocator Pro Try It
Fast, multi-threaded searches, supports Outlook PST/MSG searching and provides comprehensive reporting features.
Version
Latest known: 9.3.3530.1 (2025-09-04)
Latest known: 9.3.3530.1 (2025-09-04)
Examples
2. Search multiple hosts for CFM/CFC files using CFINPUT and generates CSV output.
flpsearch.exe -c ^<CFINPUT -cee -s -d \\SERVER1\D\www\;\\SERVER2\D\www\ -f *.cfm;*.cfc -fed -ofc -o D:\FileLocatorPro\results_CFINPUT.csv
Try it
- Search source files for a substring
Use FileLocator Pro's flpsearch CLI to scan source_code.py and source_code.js for the substring 'function'. Results are written to a temp CSV (-ofc -o), read back into the page, and the temp file is removed. Mirrors the same content-search use case ripgrep covers, but with FLP's CSV output format.
Agree to terms to run demos.