RECURSE problem

I have pointed out this problem earlier, but in the latest build the problem still remains:

If I put an entry into winapp2.ini like:

"FileKey1=E:\Temp|foo.bar|RECURSE"

or "FileKey1=E:\Temp|foo.*|RECURSE"

any foo.bar file in a subfolder will not be found and cleaned (say E:\Temp\mystuff\foo.bar).

However

"FileKey1=E:\Temp|*.bar|RECURSE"

does find the file in subfolders. So RECURSE works only, if the filename is a wildcard???

Moreover

"FileKey1=E:\Temp|foo.*|RECURSE"

will clean any subfolder called "foo" entirely.

Is this behavior intended or is it a bug?

Thanx for listening,

Mike