File Matching a Mask and containing Text

In this area ideas for further functions and improvements can be discussed
Post Reply
gorepj
Posts: 4
Joined: 26 Sep 2023, 06:35

File Matching a Mask and containing Text

Post 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
Post Reply