setTempDirectory function

void setTempDirectory(
  1. String tmpDir
)

Sets the tmp directory for the extraction of the libperiphery.so file.

Implementation

void setTempDirectory(String tmpDir) {
  _tmpDirectory = tmpDir;
}