From: Ihsan Ali Al Darhi (iad929_at_[hidden])
Date: 2002-11-12 15:43:07


> > RegEx expresion;
> > .....
> > exprestion.FindFile(MyFalse, string);
> > }
> >

Of course you will get an error. Look at the line that contains the
FindFile() function: You are writing "exprestion" instead of "expression".

Mohammed