Laurent Godard wrote:
Hi all

there exists a codesnippet for an OOoBasic extension to know where the files are located

can someone point me directly to the right service to find the directory where an extension is deployed (inside uno_packages directory)

i want to do it for pyUNo, but __file__ does not seem to work :(
so i want to use ScriptProvider API
(if it is more a udk question, feel free to tell it)

thanks in advance

this is the right place but we currently don't have a service for this, it is on our todo list. Currently the only way is to deploy your own configuration file and use %ORIGIN% in any path url values for example. Later you use the MacroExpander service to expand the macro url.

Stay tuned for a better and simpler solution using probably the unique identifier of an extension.

Juergen



Laurent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to