You are here: C++ API > Classes > dtsOptions Structure > dtsOptions::homeDir Data Member
dtsOptions::homeDir Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsOptions::homeDir Data Member

Directory where the dtSearch Engine and support files are located.

Syntax
C++
char homeDir[FileNameLen];

This may be a shared, read-only network directory, and is usually the folder where the dtSearch Engine is located. 

The dtSearch Engine automatically loads external file parser DLLs from the viewers subdirectory of the HomeDir directory. If no Home directory is supplied, the dtSearch Engine will attempt to determine the location of its home directory using Windows system calls. Often this will work, but it is better to supply a specific Home directory. 

For more information, see The HomeDir, PrivateDir, and TempFileDir option settings.