You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::AddFolderToSearchU8 Method
DSearchJob::AddFolderToSearchU8 Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchJob::AddFolderToSearchU8 Method

Add a folder to the FoldersToSearch list. Append <+> to the folder name to specify that subfolders should also be searched.

Syntax
C++
void AddFolderToSearchU8(const char* searchFolder);
Parameters
Description
const char* searchFolder
Path of the folder to search.