|
This article shows a nifty
Have you wanted to allow your
little script, which, with
users to search through your
just one ASP page, allows
website, checking for files
you to dynamically search a
that contain a particular
column in a table using a
string? Using the
string comparison. This one
FileSystemObject, you can
script can be used over and
search through all of the
over due to its dynamic
files in a particular
nature. Hopefully this
directory that contain a
script will save you
particular string. To allow
valuable time by cutting
for this functionality, you
down on the often repetitive
will need two ASP pages: one
task of creating small,
that presents the user a
searching scripts.
form to enter the string
they wish to search for; the
second needs to take this
string, iterate through all
of the files in a particular
folder, and determine which
of these files contain the
string. This tutorial shows
you how.
Date: Apr, 08 2000 Date: Jan, 27 2000 |