You are here: C++ Support Classes > dtSearch Namespace > Classes > DExtractionOptions Class > DExtractionOptions::FilenamePrefix Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
DExtractionOptions::FilenamePrefix Data Member

Filename prefix for extracted files stored in OutputLocation

Syntax
C++
DStringProperty FilenamePrefix;

For example, if sample.jpg is extracted, and if filenamePrefix is "tmp_", then the name of the file saved will be "tmp_sample.jpg".