Page 1 of 1

frameworks directory path

Posted: Thu Oct 14, 2021 3:59 pm
by Srinarayan
Hi

I used ro.sync.exml.workspace.api.PluginWorkspaceProvider.getPluginWorkspace().getUtilAccess().expandEditorVariables("${frameworksDir}", null); API to get path of Frameworks directory.

I wanted to get the path of dita directory present inside frameworks directory, so I added "\dita" at the end of the string I got from above API. Is there a way to get the entire path to dita folder directly?

Regards
Srinarayan

Re: frameworks directory path

Posted: Thu Oct 14, 2021 5:17 pm
by alex_jitianu
Hello,

There's a variable named ${configured.ditaot.dir} that returns the path to the currently configured DITA-OT dir, as configured in the DITA preferences.

Best regards,
Alex