Hi Oliver,

we don't have an UNO service for this conversion. But depending on your programming language you can easy use existing API's. In C++ for example you can use a sal API (osl/FileBase.hxx), in Java you can use the File API.

There was no need so far to have an UNO API for that.

Juergen

Oliver Brinzing wrote:
Hi,

i noticed
PackageInformationProvider.get(xContext).getPackageLocation("MyExtension")

returns a string url, for example:
file:///c:/programs/soffice/OOo-dev%203/program/../share/uno_packages/cache/uno_packages/61.tmp_/myextension.oxt

How can one convert the url to an external one (for example replace the %20 
with a space) ?

Is there a helper service ?

Oliver



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

Reply via email to