Page 1 of 1

File Matching a Mask and containing Text

Posted: 03 Oct 2023, 12:30
by gorepj
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" and contain "TMyClass"

c:\MyFolder\jMyClasses.pas
c:\MyOtherFolder\YourClasses.pas
c:\MyOtherFolder\jSomeOthe3File.pas

etc
Thank You
Peter