mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 23:58:12 +08:00
Add docbuilder.utils.Utils class to edit PATH on Windows
This commit is contained in:
@ -5,7 +5,7 @@ public class Program {
|
||||
String workDirectory = "C:/Program Files/ONLYOFFICE/DocumentBuilder";
|
||||
String resultPath = "result.docx";
|
||||
|
||||
// TODO: Update system PATH at runtime
|
||||
docbuilder.utils.Utils.addToPath(workDirectory);
|
||||
|
||||
test(workDirectory, resultPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user