setTmpFolder

void setTmpFolder(String folder);

Sets the path to the folder where the program will temporarily save files needed for the program correct work. After the successful document file creation, all the files will be deleted from the folder. If no temporary folder is set, the system one will be used.

Parameters

NameTypeDescription
folderStringThe path to the folder where the temporary files will be saved.

Example

Java

CDocBuilder.initialize("");
CDocBuilder builder = new CDocBuilder();
builder.setTmpFolder(L"DocBuilderTemp");
CDocBuilder.dispose();

.docbuilder

builder.SetTmpFolder("DocBuilderTemp")

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).