Close
dtSearch Engine API for Java
ExtractionOptions.setFilenamePrefix Method

Filename prefix for extracted files stored in outputLocation

Syntax
Java
public void setFilenamePrefix(String v);

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