Originally Posted By: Miguel_A
yes you can...

You need only to substitute the * for the correct match text.

example:.
$findfile($mircdir,*ir*.ini,0)

good luck


No, that only returns the number of files with the name "*irc*.ini". What I'm asking is, how do you search inside the INI files for the matchtext, and if it matches, return the number of INI files that contain that matchtext.