This script allows users to search for files simply
by entering any part of the filename. The implementation is
easier then the classic ASP version thanks to the fact that the
GetFiles method of the DirectoryInfo object will take
an optional SearchPattern parameter
and handle the filtering for us.
The script seems to work fine except when you search for "1".
If you've got an idea why the results don't come back correctly in this case
(or even a hypothesis that I can test) let me know.
You can email me at john (at) asp101 (dot) com.