frameworks directory path

Oxygen general issues.
Srinarayan
Posts: 42
Joined: Tue Jun 08, 2021 3:27 pm

frameworks directory path

Post 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
alex_jitianu
Posts: 1009
Joined: Wed Nov 16, 2005 11:11 am

Re: frameworks directory path

Post 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
Post Reply