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

Directory to use for temporary files.

Syntax
C++
char tempFileDir[200];

Use tempFileDir to control the location of most temporary files that the dtSearch Engine creates, such as temporary files used for large file conversion operations or extraction of large documents stored in containers. 

IndexJob.TempFileDir will still control the location of temporary lists and sort buffers created during indexing.