FileInDir 1.1
Content-plugin for Total Commander 7.0+
Author: olesio (oles@o2.pl)

Description
-----------
Plugin can be used to search for directories which contain specified file with specified text content.

Using
-----
Plugin require configuration file in the same directory as wdx plugin with the same name as plugin file with ini extension. The config file should look like that above:

[Search01] 
IgnoreCase=1 
SearchFile=*.cfg 
SearchContent=for_winapi

First is section name which must be named from [Search01] to [Search10]. IgnoreCase (1 for True - ignore case for text to search or 0 for False - case sensitive search). SearchFile is required value and can be only extension or whole filename. SearchContent is it text to search in file. Contnet is optional. Do not enter anything to search only for specified files.

Changes
-------
1.0 Initial release
1.1 Fixed code - required function FindClose was added.

Licence
-------
As is, no warranty, freeware.

Source code in Delphi included.
