Hi giancarlo, > When I say "directory", it means the SSL certificate directory > > The extension will implement my webservice client, which needs the > "directory"
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions How you organize your extensions content is completely up to you. It depends on your code where it will expect that directory. There is one more useful service for you to check though: http://api.openoffice.org/docs/common/ref/com/sun/star/deployment/XPackageInformationProvider.html The function getPackageLocation will give you the path to the main directory of the installed (i.e. unpacked) extension. If you know that one you should know how to continue since you packed the extension. Regards, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
