Read the search filter from a disk file.
int read(const char * name);
|
Parameters |
Description |
|
const char * name |
File to read the filter from |
0 on success, or non-zero if an error occurred.
Any existing data in the search filter is replaced by the data read from the file.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|