At 07:42 AM 03/15/02 -0800, Andreas Rann wrote:
>I must use a "FileFilter"- program for all files without an extension.
>Is there a possibility to set the "FileFilter"-tag for this case?
How about a FileFilterMatch directive that works on regular expressions?
Something like:
FileFilterMatch not \..+$
or
FileFilterMatch not /\..+$/
Would be a few days before I could get to that.
Oh, that would need to be
FileFilterMatch not /\\..+$/
which is ugly due to the double backslash (that comes back to haunt us all
the time).
--
Bill Moseley
mailto:moseley@hank.org
Received on Fri Mar 15 17:15:09 2002