[Lazarus] Best examples of cross platform visual file or folder search application?
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Thu Sep 12 20:01:21 CEST 2019
On 22/08/2019 3:20 am, Anthony Walter via lazarus wrote:
> Can anyone tell me if there are any popular minimal programs which allow
> users to search for files or folders on their computer using wildcard
I can think of a few, though the SearchRec is not hard to use at all, so
is very easy to knock up exactly what you need.
Anyway, take a look at these:
* DoubleCmd (Double Commander) project
* See the "Iterator Pattern" article I wrote. You can very quickly
adapt the regex iterator by feeding it SearchRec results and then
filter out the output.
* In the fpGUI "core" code there is a cross-platform file searching
class with filtering support. It is used to feed results into
fpGUI's File Open/Save dialog.
I'm sure there are many more such examples.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the lazarus
mailing list