Search found 4 matches

by gorepj
03 Oct 2023, 12:30
Forum: Ideas for new features and improvements
Topic: File Matching a Mask and containing Text
Replies: 0
Views: 10547

File Matching a Mask and containing Text

Good Day I suggest the following feature. I would like a way to return all files that match a file mask. and possibly includes particular contents? :?: e.g. J*.pas c:\MyFolder\john.pas c:\MyOtherFolder\john.pas c:\MyOtherFolder\joyce.pas etc e.g.2 return all files matching file mask "*.pas"...
by gorepj
03 Oct 2023, 12:23
Forum: Problems and Bugs
Topic: File Find
Replies: 4
Views: 10382

Re: File Find

Thank you Andre. It is a pity Panofind cannot do this. It seems to me not to be a large leap to be able to do this. I'll add it as a feature request.
kind regards
Peter
by gorepj
27 Sep 2023, 15:32
Forum: Problems and Bugs
Topic: File Find
Replies: 4
Views: 10382

Re: File Find

Thank you for the reply. Unfortunately entering J* as the search term returns all files containing that text irrespective of filename. So if the text "John" appears in files MyText.pas and Joke.pas the search will return MyText.pas Joke.pas I do not want MyText.pas returned. I only want fi...
by gorepj
26 Sep 2023, 06:39
Forum: Problems and Bugs
Topic: File Find
Replies: 4
Views: 10382

File Find

Good Day
Is there a way to return all files that match a file mask regardless of contents?
:?:
e.g.
J*.pas

c:\MyFolder\john.pas
c:\MyOtherFolder\john.pas
c:\MyOtherFolder\joyce.pas

etc