Title says it all, really. I want to get hold of com.sun.star.util.thePathSettings which is defined as a singleton. But the documentation (either on the LO or AOO sites) doesn’t seem to have anything about how to use singletons. How do I get hold of it so I can look at the various paths?
Just writing com.sun.star.util.thePathSettings.Template doesn’t work, so I obviously have to create the instance before I can get hold of the attribute.
createUNOservice(“com.sun.star.util.thePathSettings”) doesn’t work either.
I’m using LO Basic.
I’m certainly missing something simple, but what is it?