Filename filters used to exclude files in selected directories.
const char * excludeFilters;
Must point to a null-delimited string set, terminated by a double-null. If not used, initialize to 0.
Filename filters containing a slash (/ or \) are matched against the full path and filename. Filename filters without a slash (/ or \) are matched against only the filename.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|