Read a series of search filters from disk files.
public long ReadMultiple(ref String filtersToRead);
Public Function ReadMultiple(ByRef filtersToRead As String) As long
List the paths of the search filters to read, separated by spaces, with the paths in quotation marks, like this:
"c:\folder\a.dat" "c:\folder\b.dat"
The filters will be combined with "OR", so a document selected by any of the listed filters will be selected by the result of the ReadMultiple operation.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|